summaryrefslogtreecommitdiff
path: root/modules/mod_structure_toc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mod_structure_toc.tpl')
-rw-r--r--modules/mod_structure_toc.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/mod_structure_toc.tpl b/modules/mod_structure_toc.tpl
new file mode 100644
index 0000000..b299218
--- /dev/null
+++ b/modules/mod_structure_toc.tpl
@@ -0,0 +1,5 @@
+{if $modStructureTOC}
+ {bitmodule title="$moduleTitle" name="structure_navigation"}
+ {$modStructureTOC}
+ {/bitmodule}
+{/if}