13 lines
228 B
Smarty
13 lines
228 B
Smarty
|
<!-- Block HTML module -->
|
||
|
<div id="html_block_left_{$id_html}" class="htmlblock">
|
||
|
{if $title != ''}
|
||
|
<h5>{$title}</h5>
|
||
|
<div class="content">
|
||
|
{/if}
|
||
|
{$html}
|
||
|
{if $title != ''}
|
||
|
</div>
|
||
|
{/if}
|
||
|
</div>
|
||
|
<!-- /BlockHTML module -->
|