fix plugin template

This commit is contained in:
botanic 2014-09-08 03:02:11 -07:00
parent 8d49355c9f
commit 76dc593a1c

View file

@ -137,7 +137,7 @@
{if isset($hook_info)}
<div class="row-fluid">
{foreach from=$hook_info key=arrkey item=element}
{if isset($hook_info[$arrkey]['TemplatePath'])}
{if $smarty.get.page eq 'layout_plugin'}
{include file=$element['TemplatePath']}
{/if}
{/foreach}