Files
sterivein/templates/backOffice/default/includes/module-tab-content.html
zzuutt ac2e3ed172 Update module-tab-content.html
Suppression des caracteres en trop x=" et "
2014-05-15 09:09:54 +02:00

16 lines
505 B
HTML

{capture name="module_include"}
{module_include location=$location countvar='module_count'}
{/capture}
{if trim($smarty.capture.module_include) == ''}
<br />
<div class="alert alert-info">
<p class="text-center" style="font-size: 2.2em"><span class="glyphicon glyphicon-info-sign"></span></p>
<p class="text-center">{intl l="There is currently no active module here."}</p>
</div>
{else}
{$smarty.capture.module_include nofilter}
{/if}