summaryrefslogtreecommitdiff
path: root/templates/html/htmljsnavindex.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmljsnavindex.tpl')
-rw-r--r--templates/html/htmljsnavindex.tpl7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/html/htmljsnavindex.tpl b/templates/html/htmljsnavindex.tpl
deleted file mode 100644
index b24b166..0000000
--- a/templates/html/htmljsnavindex.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-{# input idx, entries #}
-var NAVTREEINDEX{{ idx }} =
-{
-{% for entry in entries %}
- "{{ entry.file|decodeURL }}{{ config.HTML_FILE_EXTENSION }}{% if entry.anchor %}#{{ entry.anchor }}{% endif %}":[{% for e in entry.path %}{% if not forloop.first %}{{ e.index }}{% if not forloop.last%},{% endif %}{% endif %}{% endfor %}]{% if not forloop.last %},{%endif %}
-{% endfor %}
-};