summaryrefslogtreecommitdiff
path: root/templates/html/htmldyncontents.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/html/htmldyncontents.tpl')
-rw-r--r--templates/html/htmldyncontents.tpl7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/html/htmldyncontents.tpl b/templates/html/htmldyncontents.tpl
deleted file mode 100644
index 37411c3..0000000
--- a/templates/html/htmldyncontents.tpl
+++ /dev/null
@@ -1,7 +0,0 @@
-{# input: obj which should have dynSectionId attribute #}
-{% if config.HTML_DYNAMIC_SECTIONS %}
- <div id="dynsection-{{ obj.dynSectionId }}-summary" class="dynsummary" style="display:block;"></div>
- <div class="dyncontent" id="dynsection-{{ obj.dynSectionId }}-content" style="display:none;">
-{% else %}
- <div class="dyncontent">
-{% endif %}