{include file="global/header.tpl"}
{include file="global/motd.tpl"}
{include file="global/navigation.tpl"}
{include file="global/userinfo.tpl"}
{if $smarty.session.AUTHENTICATED|default} {include file="global/sidebar.tpl"} {else} {include file="global/login.tpl"} {/if}
{if is_array($smarty.session.POPUP|default)} {section popup $smarty.session.POPUP}
{$smarty.session.POPUP[popup].CONTENT}
{/section} {/if} {include file="$PAGE/$ACTION/$CONTENT"}
{include file="system/debugger.tpl"}