khanat-opennel-code/code/web/public_php/ams/templates/layout_plugin.tpl

12 lines
229 B
Smarty

{block name=content}
<div class="row-fluid">
{if isset($hook_info)}
{foreach from=$hook_info key=arrkey item=element}
{if $arrkey eq $smarty.get.name}
{include file=$element.TemplatePath}
{/if}
{/foreach}
{/if}
</div>
{/block}