diff --git a/themes/courgette/view.twig b/themes/courgette/view.twig index e8d3244..7e81ef9 100755 --- a/themes/courgette/view.twig +++ b/themes/courgette/view.twig @@ -8,8 +8,8 @@
  • {% 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 %}
  • {% trans "this article appears wrong?" %}
  • diff --git a/themes/default/view.twig b/themes/default/view.twig index e4a2fe7..e7d33ff 100644 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -9,8 +9,8 @@
  • {% 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 %}
  • {% trans "Does this article appear wrong?" %}