fix notice
This commit is contained in:
parent
af204ebb7b
commit
d39729d998
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 $smarty.get.page eq 'layout_plugin'}
|
||||
{if isset($smarty.get.page) and $smarty.get.page eq 'layout_plugin'}
|
||||
{include file=$element['TemplatePath']}
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
|
Loading…
Reference in a new issue