From 47424de64ed1fcb7bd5d848314581bccb11a15bb Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 18 Mar 2015 22:42:26 +0100 Subject: git fix #1159 and bring icons to all themes (dirty icons) --- themes/default/view.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/view.twig') diff --git a/themes/default/view.twig b/themes/default/view.twig index 57d25965..0010d18f 100755 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -21,7 +21,7 @@ {% 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 %} - {% if constant('RELOAD_ARTICLE') == 1 %}
  • {% trans "Reload article" %}
  • {% endif %}} + {% if constant('RELOAD_ARTICLE') == 1 %}
  • {% trans "Reload article" %}
  • {% endif %} {% if constant('EPUB') == 1 %}
  • EPUB
  • {% endif %} {% if constant('MOBI') == 1 %}
  • MOBI
  • {% endif %} {% if constant('PDF') == 1 %}
  • PDF
  • {% endif %} -- cgit v1.2.3