aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy/_menu.twig
diff options
context:
space:
mode:
authorThomas LEBEAU <thomas.lebeau@g-nova.fr>2014-03-08 13:47:15 +0100
committerThomas LEBEAU <thomas.lebeau@g-nova.fr>2014-03-08 13:47:15 +0100
commit4744cb0e1df8ee7c1cd10c9fbd67caec73051024 (patch)
tree0f67fff421a82bbfe4cc7cdc09fb54a61ce9ee53 /themes/baggy/_menu.twig
parentb3f7b7d200dfb56334dd68135750739c3c55b05a (diff)
downloadwallabag-4744cb0e1df8ee7c1cd10c9fbd67caec73051024.tar.gz
wallabag-4744cb0e1df8ee7c1cd10c9fbd67caec73051024.tar.zst
wallabag-4744cb0e1df8ee7c1cd10c9fbd67caec73051024.zip
bagit link + overlay save link + listmode
Diffstat (limited to 'themes/baggy/_menu.twig')
-rw-r--r--themes/baggy/_menu.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/baggy/_menu.twig b/themes/baggy/_menu.twig
index e9cd9d4a..7dd799f9 100644
--- a/themes/baggy/_menu.twig
+++ b/themes/baggy/_menu.twig
@@ -4,7 +4,7 @@
4 <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li> 4 <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li>
5 <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li> 5 <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li>
6 <li><a href="./?view=tags" {% if view == 'tags' %}class="current"{% endif %}>{% trans "tags" %}</a></li> 6 <li><a href="./?view=tags" {% if view == 'tags' %}class="current"{% endif %}>{% trans "tags" %}</a></li>
7 <li><a href="javascript: void(null);" id="pocheit">{% trans "save a link" %}</a></li> 7 <li><a href="javascript: void(null);" id="bagit">{% trans "save a link" %}</a></li>
8 <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> 8 <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li>
9 <li><a class="icon icon-power" href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> 9 <li><a class="icon icon-power" href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li>
10 </ul> 10 </ul>