php-mpos/public/templates/mpos/dashboard/default.tpl
Sebastian Grewe bbb2290dcc [IMPROVED] Look & Feel of basic Dashboard info
* [ADDED] Pool Workers live Update!
* [IMPROVED] PPLNS and PPS dashboard data
* [IMPROVED] Adjusted all dashboard to look alike
2013-10-22 21:01:34 +02:00

10 lines
378 B
Smarty

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