mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
fix index issue
This commit is contained in:
parent
087c8fce40
commit
0c2e70bb2b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
||||||
{if isset($hook_info)}
|
{if isset($hook_info)}
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
{foreach from=$hook_info key=arrkey item=element}
|
{foreach from=$hook_info key=arrkey item=element}
|
||||||
{if $arrkey eq $smarty.get.name}
|
{if isset($hook_info[$arrkey]['TemplatePath'])}
|
||||||
{include file=$element['TemplatePath']}
|
{include file=$element['TemplatePath']}
|
||||||
{/if}
|
{/if}
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
Loading…
Reference in a new issue