php-mpos/templates/bootstrap/admin/dashboard/default.tpl

10 lines
293 B
Smarty

{nocache}
{include file="admin/dashboard/mpos.tpl"}
{include file="admin/dashboard/user.tpl"}
<div class="row">
{include file="admin/dashboard/registrations.tpl"}
{if $GLOBAL.config.disable_invitations|default:"0" == 0}
{include file="admin/dashboard/invitation.tpl"}
{/if}
</div>
{/nocache}