php-mpos/public/templates/bootstrap/admin/dashboard/default.tpl
2014-02-27 18:57:06 +01:00

13 lines
296 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}