summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'python/templates/includes/navigation/sitemap_secondary')
-rw-r--r--python/templates/includes/navigation/sitemap_secondary5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/templates/includes/navigation/sitemap_secondary b/python/templates/includes/navigation/sitemap_secondary
deleted file mode 100644
index f7b5379..0000000
--- a/python/templates/includes/navigation/sitemap_secondary
+++ /dev/null
@@ -1,5 +0,0 @@
-{% for node in smappages %}
- {% if page.PageId == node.PageId.PageId %}
- <li><a href="{{node.url }}">{% if node.nav_title %}{{ node.nav_title }}{% else %}{{node.title}}{% endif %}</a></li>
- {% endif %}
-{% endfor %}