php-mpos/public/templates/bootstrap/dashboard/default.tpl
2014-03-04 13:51:02 +01: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}