fix notice

This commit is contained in:
botanic 2014-09-08 03:04:34 -07:00
parent af204ebb7b
commit d39729d998

View file

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