mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 15:29:02 +00:00
2c580b97aa
Merging Gsoc 14 branch with default
12 lines
229 B
Smarty
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}
|
|
|