{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} {assign var=payout_system value=$GLOBAL.config.payout_system} {include file="global/sidebar_$payout_system.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"}
{nocache}{include file="system/debugger.tpl"}{/nocache}