diff options
Diffstat (limited to 'dev-random2/templates/includes')
-rw-r--r-- | dev-random2/templates/includes/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-random2/templates/includes/sidebar.html b/dev-random2/templates/includes/sidebar.html index 0d5d5ef..b3789e8 100644 --- a/dev-random2/templates/includes/sidebar.html +++ b/dev-random2/templates/includes/sidebar.html @@ -13,7 +13,7 @@ {% endfor %} {% endif %} {% if DISPLAY_PAGES_ON_MENU %} - {% for p in PAGES %} + {% for p in pages %} <li><a href="{{ SITEURL}}/{{ p.url }}"{% if p == page %} class="active"{% endif %}>{{ p.title }}</a></li> {% endfor %} {% endif %} |