summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-19 17:02:40 -0400
committerspiderr <spider@viovio.com>2013-04-19 17:02:40 -0400
commitc3ce7e212b71a68a4ffb3da22b4894706d292df9 (patch)
tree03f21a7fb35b40184a5987ecac880627b84232f9 /templates
parent70b021c2836caa21c758ee603f3a9aaad569ddc7 (diff)
downloadthemes-c3ce7e212b71a68a4ffb3da22b4894706d292df9.tar.gz
themes-c3ce7e212b71a68a4ffb3da22b4894706d292df9.tar.bz2
themes-c3ce7e212b71a68a4ffb3da22b4894706d292df9.zip
make modules a .well
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' )}