php-mpos/public/templates/mpos1/dashboard/default.tpl
2014-03-05 04:17:51 -08:00

13 lines
364 B
Smarty

{if $smarty.session.AUTHENTICATED|default}
<div class="row">
{include file="dashboard/overview.tpl"}
{include file="dashboard/round_stats.tpl"}
{include file="dashboard/account_data.tpl"}
</div>
{if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API}
{include file="dashboard/js_api.tpl"}
{else}
{include file="dashboard/js_static.tpl"}
{/if}
{/if}