php-mpos/public/templates/test/dashboard/default.tpl
2013-09-14 17:59:01 +02:00

9 lines
282 B
Smarty

{if $smarty.session.AUTHENTICATED|default}
{assign var=payout_system value=$GLOBAL.config.payout_system}
{include file="dashboard/graph.tpl"}
{include file="dashboard/default_$payout_system.tpl"}
{include file="dashboard/gauges.tpl"}
{else}
{include file="login/default.tpl"}
{/if}