X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=themes%2Fdefault%2Fview.twig;h=99e0e3c3662446af3e2b859a5a5bc44a0ffbf82b;hb=485d57972ee3c3219652454ff6d7d82a3602bd34;hp=dbbbde3c05a22da4d57f20d9b2d4c2c59e3e2336;hpb=fa9a7bbb3c61116e5db76c9f25ef2340fef971d7;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/view.twig b/themes/default/view.twig index dbbbde3c..99e0e3c3 100755 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -14,7 +14,8 @@ {% if constant('SHARE_TWITTER') == 1 %}
  • {% trans "Tweet" %}
  • {% endif %} {% if constant('SHARE_MAIL') == 1 %}
  • {% trans "Email" %}
  • {% endif %} {% if constant('SHARE_SHAARLI') == 1 %}
  • {% trans "shaarli" %}
  • {% endif %} - {% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}
  • {% trans "flattr" %}
  • {% elseif flattr.status == constant('FLATTRED') %}
  • {% trans "flattr" %}{{ flattr.numflattrs }}
  • {% endif %}{% endif %} + {% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}
  • {% trans "flattr" %}
  • {% elseif flattr.status == constant('FLATTRED') %}
  • {% trans "flattr" %}{{ flattr.numFlattrs }}
  • {% endif %}{% endif %} + {% if constant('CARROT') == 1 %}
  • {% trans "carrot" %}
  • {% endif %} {% if constant('SHOW_PRINTLINK') == 1 %}
  • {% trans "Print" %}
  • {% endif %}
  • EPUB
  • {% trans "Does this article appear wrong?" %}
  • @@ -35,7 +36,7 @@ {{ block('tags') }} - + -{% endblock %} - +{% endblock %} \ No newline at end of file