X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=themes%2Fdefault%2Fview.twig;h=9091f98f23f3cd910ed5ec910f28f0676b86cff0;hb=64364606dd217017d909c71166c303dd53ff55a9;hp=dbbbde3c05a22da4d57f20d9b2d4c2c59e3e2336;hpb=fa9a7bbb3c61116e5db76c9f25ef2340fef971d7;p=github%2Fwallabag%2Fwallabag.git diff --git a/themes/default/view.twig b/themes/default/view.twig index dbbbde3c..9091f98f 100755 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -11,12 +11,16 @@
  • {% trans "Toggle mark as read" %}
  • {% trans "Toggle favorite" %}
  • {% trans "Delete" %}
  • - {% if constant('SHARE_TWITTER') == 1 %}
  • {% trans "Tweet" %}
  • {% endif %} - {% if constant('SHARE_MAIL') == 1 %}
  • {% trans "Email" %}
  • {% endif %} + {% 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
  • + {% if constant('EPUB') == 1 %}
  • EPUB
  • {% endif %} + {% if constant('MOBI') == 1 %}
  • MOBI
  • {% endif %} + {% if constant('PDF') == 1 %}
  • PDF
  • {% endif %}
  • {% trans "Does this article appear wrong?" %}
  • {% if constant('SHOW_READPERCENT') == 1 %}
  • 0%
  • {% endif %} @@ -35,7 +39,7 @@ {{ block('tags') }} - + {% endblock %} -