aboutsummaryrefslogtreecommitdiffstats
path: root/dev-random2/templates/includes/sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'dev-random2/templates/includes/sidebar.html')
-rw-r--r--dev-random2/templates/includes/sidebar.html2
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 %}