khanat-code-old/code/web/public_php/ams/templates/layout_plugin.tpl
botanic be9704a768 Upload button setup
TODO: add files to database
TODO: hash folder to stick files in
2014-09-04 19:58:04 -07:00

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}