diff options
author | Thomas LEBEAU <thomas.lebeau@g-nova.fr> | 2014-02-07 00:07:54 +0100 |
---|---|---|
committer | Thomas LEBEAU <thomas.lebeau@g-nova.fr> | 2014-02-07 00:07:54 +0100 |
commit | c8265d95b0247c146793c9804198a9ed45b6f846 (patch) | |
tree | db381964fc76c2360ca713a4e9e0873f908e5ba1 /themes/courgette/_menu.twig | |
parent | 2e384abab6f0d5f142e7d6133eca4aab5cdd1d80 (diff) | |
download | wallabag-c8265d95b0247c146793c9804198a9ed45b6f846.tar.gz wallabag-c8265d95b0247c146793c9804198a9ed45b6f846.tar.zst wallabag-c8265d95b0247c146793c9804198a9ed45b6f846.zip |
[add] maj theme courgette : ajout tag
Diffstat (limited to 'themes/courgette/_menu.twig')
-rwxr-xr-x | themes/courgette/_menu.twig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/courgette/_menu.twig b/themes/courgette/_menu.twig index 85487f73..5e737299 100755 --- a/themes/courgette/_menu.twig +++ b/themes/courgette/_menu.twig | |||
@@ -3,6 +3,7 @@ | |||
3 | <li><a href="./" {% if view == 'home' %}class="current"{% endif %}>{% trans "home" %}</a></li> | 3 | <li><a href="./" {% if view == 'home' %}class="current"{% endif %}>{% trans "home" %}</a></li> |
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=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> | 7 | <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> |
7 | <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> | 8 | <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> |
8 | </ul> | 9 | </ul> |