summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/html.tpl14
1 files changed, 7 insertions, 7 deletions
diff --git a/templates/html.tpl b/templates/html.tpl
index 9ebb793..9b71003 100644
--- a/templates/html.tpl
+++ b/templates/html.tpl
@@ -58,6 +58,13 @@
<div class="row{$gBitSystem->getConfig('layout-maincontent')}">
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='container' serviceHash=$gContent->mInfo}
+ {if $gBitSystem->isFeatureActive( 'site_left_column' ) && !$gHideModules && $gBitThemes->hasColumnModules('l')}
+ {**** Theme Layout Modules : NAVIGATION ****}
+ <nav id="navigation" class="span3">
+ {$gBitThemes->displayLayoutColumn('l')}
+ </nav><!-- end #navigation -->{* needed by output filters. *}
+ {/if}
+
<div id="wrapper" class="span{math equation="12-x*3" x=$extraColumns}">
{**** Theme Layout Modules : CENTER ****}
{include file="bitpackage:liberty/services_inc.tpl" serviceLocation='wrapper' serviceHash=$gContent->mInfo}
@@ -68,13 +75,6 @@
</div><!-- end #content -->{* needed by output filters. *}
</div><!-- end #wrapper -->
- {if $gBitSystem->isFeatureActive( 'site_left_column' ) && !$gHideModules && $gBitThemes->hasColumnModules('l')}
- {**** Theme Layout Modules : NAVIGATION ****}
- <nav id="navigation" class="span3">
- {$gBitThemes->displayLayoutColumn('l')}
- </nav><!-- end #navigation -->{* needed by output filters. *}
- {/if}
-
{if $gBitSystem->isFeatureActive( 'site_right_column' ) && !$gHideModules && $gBitThemes->hasColumnModules('r')}
{**** Theme Layout Modules : EXTRA ****}
<nav id="extra" class="span3">