summaryrefslogtreecommitdiff
path: root/templates/html/htmlnamespaces.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmlnamespaces.tpl')
-rw-r--r--templates/html/htmlnamespaces.tpl15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/html/htmlnamespaces.tpl b/templates/html/htmlnamespaces.tpl
deleted file mode 100644
index fca973e..0000000
--- a/templates/html/htmlnamespaces.tpl
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extend 'htmlbase.tpl' %}
-{% block content %}
-<div class="contents">
-<div class="textblock">
-{{ tr.namespaceListDescription }}
-</div>
-{% indexentry nav name=tr.namespaceList file=page.fileName anchor='' isReference=False separateIndex=True addToIndex=True %}
-{% opensubindex nav %}
-{% with tree=namespaceTree treeType='Namespace' %}
- {% include 'htmldirtree.tpl' %}
-{% endwith %}
-{% closesubindex nav %}
-</div><!-- contents -->
-{% endblock %}
-