mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +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)}
|
||||
<div class="row-fluid">
|
||||
{foreach from=$hook_info key=arrkey item=element}
|
||||
{if $arrkey eq $smarty.get.name}
|
||||
{if isset($hook_info[$arrkey]['TemplatePath'])}
|
||||
{include file=$element['TemplatePath']}
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
|
Loading…
Reference in a new issue