Fix smarty issues
parent
371f666dea
commit
4009772907
@ -1,12 +1,2 @@
|
||||
{block name=content}
|
||||
<div class="row-fluid">
|
||||
{if isset($hook_info)}
|
||||
{foreach from=$hook_info key=arrkey item=element}
|
||||
{if $arrkey eq $smarty.get.name}
|
||||
{include file=$element.TemplatePath}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{/if}
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue