
Updated calls to current Smarty API (register_function()/register_modifier()/register_block() -> registerPlugin(); assign_by_ref() -> assignByRef()). Fixed file includes in templates with quotes. Removed SmartyValidate.class.php includes. Still work in progress as some errors still appear!
25 lines
415 B
Smarty
25 lines
415 B
Smarty
{include file="cpheader.tpl"}
|
|
|
|
<div id="cpmain">
|
|
|
|
|
|
<div class="entry">
|
|
|
|
<ul id="admin-small-nav">
|
|
<li><a href="{$smarty.const.BLOG_BASEURL}">Home</a></li>
|
|
<li><a href="{$smarty.const.BLOG_BASEURL}login.php?do=logout">Logout</a></li>
|
|
</ul>
|
|
|
|
{page}
|
|
<h1 class="title">{$subject}</h1>
|
|
<div class="body">{controlpanel}</div>
|
|
{/page}
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{include file="footer.tpl"}
|
|
|
|
|
|
|