diff options
| author | spider@dev <spiderr@bitweaver.org> | 2017-09-13 17:44:11 -0400 |
|---|---|---|
| committer | spider@dev <spiderr@bitweaver.org> | 2017-09-13 17:44:11 -0400 |
| commit | 5ddfdd6b348d2ce05104a112b805b2ddf630834d (patch) | |
| tree | 7537d99ffba5cb5214460b03aa5067dc963461ce /modules/mod_structure_toc.tpl | |
| parent | 901f860643312335d864142536e63ca44c1f4622 (diff) | |
| download | liberty-5ddfdd6b348d2ce05104a112b805b2ddf630834d.tar.gz liberty-5ddfdd6b348d2ce05104a112b805b2ddf630834d.tar.bz2 liberty-5ddfdd6b348d2ce05104a112b805b2ddf630834d.zip | |
clean up structures - auto ::load() in constructor; add root structure title to module; remove non w3c spec rel='up'
Diffstat (limited to 'modules/mod_structure_toc.tpl')
| -rw-r--r-- | modules/mod_structure_toc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_structure_toc.tpl b/modules/mod_structure_toc.tpl index 3f6fb18..12afa2d 100644 --- a/modules/mod_structure_toc.tpl +++ b/modules/mod_structure_toc.tpl @@ -1,5 +1,5 @@ {if $modStructureTOC} - {bitmodule title=$moduleTitle name="structure_navigation"} + {bitmodule title=$rootTitle name="structure_navigation"} {$modStructureTOC} {/bitmodule} {/if} |
