php-mpos/public/templates/mobile/dashboard/default.tpl
2013-10-09 11:15:11 +02:00

6 lines
191 B
Smarty

{if $smarty.session.AUTHENTICATED|default}
{assign var=payout_system value=$GLOBAL.config.payout_system}
{include file="dashboard/overview.tpl"}
{include file="dashboard/js.tpl"}
{/if}