diff options
| author | spiderr <spider@viovio.com> | 2013-04-19 17:02:40 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2013-04-19 17:02:40 -0400 |
| commit | c3ce7e212b71a68a4ffb3da22b4894706d292df9 (patch) | |
| tree | 03f21a7fb35b40184a5987ecac880627b84232f9 /templates | |
| parent | 70b021c2836caa21c758ee603f3a9aaad569ddc7 (diff) | |
| download | themes-c3ce7e212b71a68a4ffb3da22b4894706d292df9.tar.gz themes-c3ce7e212b71a68a4ffb3da22b4894706d292df9.tar.bz2 themes-c3ce7e212b71a68a4ffb3da22b4894706d292df9.zip | |
make modules a .well
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' )} |
