* [CHANGE] Removed `default_<payout_sytem>` files * [ADDED] Added generic, simple templates to remove code duplication * [CHANGE] New default payment system template expanding on payout type
8 lines
263 B
Smarty
8 lines
263 B
Smarty
{if $smarty.session.AUTHENTICATED|default}
|
|
{include file="dashboard/overview.tpl"}
|
|
{include file="dashboard/system_stats.tpl"}
|
|
{include file="dashboard/round_data.tpl"}
|
|
{include file="dashboard/account_data.tpl"}
|
|
{include file="dashboard/js.tpl"}
|
|
{/if}
|