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