X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=themes%2Fbaggy%2Fview.twig;h=41766bf2e9114e06e9ebb3e2c141c20ebba97f25;hb=44b95cb81deae35f58e0058910afde2f2ffb9a60;hp=bad8ced18a7eeb5d73ee56b8bb84e762f77314ef;hpb=25f9c668348ae8d15e557bafc0e4aff2e2477e87;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig index bad8ced1..41766bf2 100755 --- a/themes/baggy/view.twig +++ b/themes/baggy/view.twig @@ -15,9 +15,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('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 %}
  • Carrot
  • {% endif %} {% if constant('SHOW_PRINTLINK') == 1 %}
  • {% trans "Print" %}
  • {% endif %}
  • EPUB
  • + {% if constant('RELOAD_ARTICLE') == 1 %}
  • {% trans "Reload article" %}
  • {% endif %}
  • {% trans "Does this article appear wrong?" %}
  • @@ -32,7 +35,7 @@ {{ content | raw }} - + -{% endblock %} \ No newline at end of file +{% endblock %}