php-mpos/public/templates/mpos/admin/dashboard/default.tpl
2014-03-01 17:57:43 -07:00

27 lines
495 B
Smarty

{nocache}
<table width="100%">
<tr>
<td>
{include file="admin/dashboard/mpos.tpl"}
</td>
</tr>
</table>
<table width="100%">
<tr>
<td>
{include file="admin/dashboard/user.tpl"}
</td>
</tr>
</table>
<table width="100%">
<tr>
<td>
{include file="admin/dashboard/registrations.tpl"}
{if $GLOBAL.config.disable_invitations|default:"0" == 0}
{include file="admin/dashboard/invitation.tpl"}
{/if}
</td>
</tr>
</table>
{/nocache}