diff options
| author | spiderr <spider@viovio.com> | 2013-04-19 17:33:31 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-19 17:33:31 -0400 |
| commit | 61042e18aa1cbe9636d2ce53782e968eb224a245 (patch) | |
| tree | 3997ba910c6ac243c085f0c43e1fabc9645d0c17 /templates | |
| parent | 78015d877ad9153dcfdb6ae5030d74652c1591c0 (diff) | |
| parent | e26968e217948ba948c6223b2fda257595094323 (diff) | |
| download | themes-61042e18aa1cbe9636d2ce53782e968eb224a245.tar.gz themes-61042e18aa1cbe9636d2ce53782e968eb224a245.tar.bz2 themes-61042e18aa1cbe9636d2ce53782e968eb224a245.zip | |
Merge branch 'master' of github.com:bitweaver/themes
Diffstat (limited to 'templates')
| -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 0d6d3ce..52fecfb 100644 --- a/templates/module.tpl +++ b/templates/module.tpl @@ -16,7 +16,7 @@ {assign var=area value=$moduleArea} {/if} -<div class="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' )} |
