mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
fix plugin template
This commit is contained in:
parent
0c2e70bb2b
commit
af204ebb7b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@
|
||||||
{if isset($hook_info)}
|
{if isset($hook_info)}
|
||||||
<div class="row-fluid">
|
<div class="row-fluid">
|
||||||
{foreach from=$hook_info key=arrkey item=element}
|
{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']}
|
{include file=$element['TemplatePath']}
|
||||||
{/if}
|
{/if}
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
Loading…
Reference in a new issue