summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2013-04-20 14:46:34 +0200
committerSébastien Dailly <sebastien@chimrod.com>2013-04-20 19:04:47 +0200
commitb9c3f23d65861b22c4518224b4789d8367b5d6a3 (patch)
treea9a9f3e5f764aa31ad2462db3b1ffde580d168c2
parent549ccbd1949889ea0fe39514fe80283fd591c033 (diff)
Replaced « tags » by « links » in the css menu
-rwxr-xr-xtheme/templates/menu.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/templates/menu.html b/theme/templates/menu.html
index b8ecd50..5aca0f7 100755
--- a/theme/templates/menu.html
+++ b/theme/templates/menu.html
@@ -25,7 +25,10 @@
</li>
{{ submenu(categories, 'categories', 'Catégories') }}
- {{ submenu(tags, 'tags', 'Mots-clefs') }}
+
+ {% if LINKS %}
+ {{ submenu(LINKS, 'index', 'Liens') }}
+ {% endif %}
{#