{if $smarty.session.AUTHENTICATED|default:"0" == 1} {/if}
{if $smarty.session.AUTHENTICATED|default:"0" == 1} {assign var=payout_system value=$GLOBAL.config.payout_system}
{include file="global/sidebar_$payout_system.tpl"}
Close
{/if}
{include file="global/header.tpl"} {include file="global/navigation.tpl"}
{if is_array($smarty.session.POPUP|default)}
Test
{/if}
{if file_exists($smarty.current_dir|cat:"/$PAGE/$ACTION/$CONTENT")}{include file="$PAGE/$ACTION/$CONTENT"}{else}Missing template for this page{/if}
{include file="global/footer.tpl"}