summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-19 17:33:31 -0400
committerspiderr <spider@viovio.com>2013-04-19 17:33:31 -0400
commit61042e18aa1cbe9636d2ce53782e968eb224a245 (patch)
tree3997ba910c6ac243c085f0c43e1fabc9645d0c17 /templates
parent78015d877ad9153dcfdb6ae5030d74652c1591c0 (diff)
parente26968e217948ba948c6223b2fda257595094323 (diff)
downloadthemes-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.tpl2
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' )}