fix index issue

This commit is contained in:
botanic 2014-09-08 02:57:09 -07:00
parent 087c8fce40
commit 0c2e70bb2b

View file

@ -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}