14 lines
567 B
Smarty
14 lines
567 B
Smarty
<div id="htmlcontent">
|
|
<h2>{$htmlcontent.info.name} (v.{$htmlcontent.info.version})</h2>
|
|
{if isset($error) && $error}
|
|
{include file="{$htmlcontent.admin_tpl_path}messages.tpl" id="main" text=$error class='error'}
|
|
{/if}
|
|
{if isset($confirmation) && $confirmation}
|
|
{include file="{$htmlcontent.admin_tpl_path}messages.tpl" id="main" text=$confirmation class='conf'}
|
|
{/if}
|
|
<!-- New -->
|
|
{include file="{$htmlcontent.admin_tpl_path}new.tpl"}
|
|
<!-- Slides -->
|
|
{include file="{$htmlcontent.admin_tpl_path}items.tpl"}
|
|
</div>
|