X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fview.twig;h=e14a165c3f3923a2c2c53f22691fdf3bf35ed01c;hb=44b95cb81deae35f58e0058910afde2f2ffb9a60;hp=88d1407964d2b843236099ff23384be6a09c2a90;hpb=9f8541ef2a9dc670ca75fb452c0930e1afa4a8f6;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/view.twig b/themes/default/view.twig index 88d14079..e14a165c 100755 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -14,9 +14,12 @@ {% 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('SHARE_DIASPORA') == 1 %}
  • {% trans "diaspora" %}
  • {% 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
  • +
  • EPUB
  • + {% if constant('RELOAD_ARTICLE') == 1 %}
  • {% trans "Reload article" %}
  • {% endif %}}
  • {% trans "Does this article appear wrong?" %}
  • {% if constant('SHOW_READPERCENT') == 1 %}
  • 0%
  • {% endif %} @@ -35,7 +38,7 @@ {{ block('tags') }} - + {% endblock %} -