From 7ecaefbdad1bc1e37eb7876fcf5d4814ba6a12d8 Mon Sep 17 00:00:00 2001 From: m-r-r Date: Sun, 22 Apr 2012 15:19:33 +0200 Subject: Changed the menu behavior --- dev-random/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dev-random') diff --git a/dev-random/templates/base.html b/dev-random/templates/base.html index 721a7fc..d5b1301 100644 --- a/dev-random/templates/base.html +++ b/dev-random/templates/base.html @@ -62,10 +62,13 @@ {% endfor %} {% if DISPLAY_PAGES_ON_MENU %}
  • Accueil
  • +
  • Archives
  • +
  • Mots-clés
  • {% for p in PAGES %}
  • {{ p.title }}
  • {% endfor %} {% else %} +
  • Accueil
  • {% for cat, null in categories %}
  • {{ cat }}
  • {% endfor %} -- cgit v1.1