Файл: core/tpl/user/default/show_aux_page.tpl.html
Строк: 16
<?php
{* шаблон дополнительной страницы *}
{assign var="preheader" value="<a href='`$smarty.const.ADMIN_FILE`?dpt=custord&sub=aux_pages&edit=`$show_aux_page`' title='`$smarty.const.EDIT_BUTTON`' style='float: right;'>+</a>"}
{if $isadmin eq "yes"}{assign var="postheader" value=`$preheader``$aux_page_name`}{else}{assign var="postheader" value=$aux_page_name}{/if}
{include file="header.tpl.html" header=$postheader}
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbtop" align="left">{$page_body}</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>
<td class="hdbot"> </td>
</tr>
</table>
?>