diff options
Diffstat (limited to 'tpl/view.twig')
-rw-r--r-- | tpl/view.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/view.twig b/tpl/view.twig index 8ef5cd9c..bf9a9af9 100644 --- a/tpl/view.twig +++ b/tpl/view.twig | |||
@@ -8,6 +8,7 @@ | |||
8 | </div> | 8 | </div> |
9 | <div class="tools"> | 9 | <div class="tools"> |
10 | <ul> | 10 | <ul> |
11 | {% if constant('SHARE_TWITTER') == 1 %}<li><a href="https://twitter.com/home?status={{entry.title}}%20{{ entry.url|e }}%20via%20@getpoche" target="_blank" class="tool twitter"><span></span></a></li>{% endif %} | ||
11 | <li><a title="{% trans "toggle mark as read" %}" class="tool archive {% if entry.is_read == 0 %}archive-off{% endif %}" onclick="toggle_archive(this, {{ entry.id|e }})"><span></span></a></li> | 12 | <li><a title="{% trans "toggle mark as read" %}" class="tool archive {% if entry.is_read == 0 %}archive-off{% endif %}" onclick="toggle_archive(this, {{ entry.id|e }})"><span></span></a></li> |
12 | <li><a href="#" id="themeswitch">{% trans "dark" %}</a></li> | 13 | <li><a href="#" id="themeswitch">{% trans "dark" %}</a></li> |
13 | <li><a title="{% trans "toggle favorite" %}" class="tool fav {% if entry.is_fav == 0 %}fav-off{% endif %}" onclick="toggle_favorite(this, {{ entry.id|e }})"><span></span></a></li> | 14 | <li><a title="{% trans "toggle favorite" %}" class="tool fav {% if entry.is_fav == 0 %}fav-off{% endif %}" onclick="toggle_favorite(this, {{ entry.id|e }})"><span></span></a></li> |