mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 01:40:13 +00:00
13 lines
229 B
Smarty
13 lines
229 B
Smarty
|
{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}
|
||
|
|