25 lines
464 B
Smarty
25 lines
464 B
Smarty
{include file="cpheader.tpl"}
|
|
|
|
<div id="cpmain">
|
|
|
|
|
|
<div class="entry">
|
|
|
|
<ul id="admin-small-nav">
|
|
<li><a href="{$smarty.const.BLOG_BASEURL}">{$lang.admin.general.startpage}</a></li>
|
|
<li><a href="{$smarty.const.BLOG_BASEURL}login.php?do=logout">{$lang.admin.general.logout}</a></li>
|
|
</ul>
|
|
|
|
{page}
|
|
<h1 class="title">{$subject}</h1>
|
|
<div class="body">{controlpanel}</div>
|
|
{/page}
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{include file="footer.tpl"}
|
|
|
|
|
|
|