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

13 lines
229 B
Smarty
Raw Normal View History

2014-07-03 11:14:37 +00:00
{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}
2014-08-01 10:31:35 +00:00
{include file=$element.TemplatePath}
2014-07-03 11:14:37 +00:00
{/if}
{/foreach}
{/if}
</div>
{/block}