diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-04-12 17:56:08 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-04-12 17:56:08 +0000 |
| commit | 7aea4d36587168edc3147eb005b6f2064963f573 (patch) | |
| tree | fee84f6e8a3bcb7006751d026b98a2f16f2de23a /templates/module.tpl | |
| parent | c28d522c02d69519083998399aa8d500a52e3d17 (diff) | |
| download | themes-7aea4d36587168edc3147eb005b6f2064963f573.tar.gz themes-7aea4d36587168edc3147eb005b6f2064963f573.tar.bz2 themes-7aea4d36587168edc3147eb005b6f2064963f573.zip | |
add option to turn on modules in header and modules in footer. all options available to left / right modules are available to top / bottom modules as well. css for such modules has not been added yet and probably has to be added manually due to varied requirements of modules placed in these areas
Diffstat (limited to 'templates/module.tpl')
| -rw-r--r-- | templates/module.tpl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/module.tpl b/templates/module.tpl index 187fc49..be9f080 100644 --- a/templates/module.tpl +++ b/templates/module.tpl @@ -1,9 +1,13 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/module.tpl,v 1.5 2007/04/12 14:23:47 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_themes/templates/module.tpl,v 1.6 2007/04/12 17:56:08 squareing Exp $ *} {strip} {if $moduleParams.layout_area == "l"} {assign var=area value="navig"} {elseif $moduleParams.layout_area == "r"} {assign var=area value="extra"} +{elseif $moduleParams.layout_area == "t"} + {assign var=area value="header"} +{elseif $moduleParams.layout_area == "b"} + {assign var=area value="footer"} {/if} <div class="module {$modInfo.name|replace:"_":"-"}" id="{$area}{$moduleParams.pos}"> |
