php-mpos/public/templates/mpos/admin/dashboard/default.tpl
2014-02-24 10:39:09 +01:00

9 lines
267 B
Smarty

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