diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-09 23:43:55 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-09 23:43:55 +0100 |
| commit | 0e9b5f1eb91c9f312a0cdd2955299c89bd326acf (patch) | |
| tree | 737307970fbd34dbd3e37a3b698a99bca863f7f5 | |
| parent | 39eb8fc9a300c0d138e732c4c50973232036999d (diff) | |
| download | themes-0e9b5f1eb91c9f312a0cdd2955299c89bd326acf.tar.gz themes-0e9b5f1eb91c9f312a0cdd2955299c89bd326acf.tar.bz2 themes-0e9b5f1eb91c9f312a0cdd2955299c89bd326acf.zip | |
Switch to BC3 layout
| -rw-r--r-- | templates/module.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/module.tpl b/templates/module.tpl index 1accf06..52fecfb 100644 --- a/templates/module.tpl +++ b/templates/module.tpl @@ -16,7 +16,7 @@ {assign var=area value=$moduleArea} {/if} -<div class="large-100 module{if !empty($modInfo.classplus)} {$modInfo.classplus}{/if} {$modInfo.name|replace:'_':'-'}" {if !empty($area)}id="{$area}{$moduleParams.pos}"{/if}> +<div class="well module{if !empty($modInfo.classplus)} {$modInfo.classplus}{/if} {$modInfo.name|replace:'_':'-'}" {if !empty($area)}id="{$area}{$moduleParams.pos}"{/if}> {if $modInfo.title} <h4> {if $gBitSystem->isFeatureActive( 'themes_module_controls' )} |
