diff --git a/public/include/pages/admin.inc.php b/public/include/pages/admin.inc.php index 5305b030..40abecde 100644 --- a/public/include/pages/admin.inc.php +++ b/public/include/pages/admin.inc.php @@ -10,5 +10,5 @@ if (!$user->isAuthenticated() || !$user->isAdmin($_SESSION['USERDATA']['id'])) { } // Tempalte specifics -$smarty->assign("CONTENT", "default.tpl"); +$smarty->assign("CONTENT", ""); ?> diff --git a/public/templates/mpos/admin/default.tpl b/public/templates/mpos/admin/default.tpl deleted file mode 100644 index 60cdf352..00000000 --- a/public/templates/mpos/admin/default.tpl +++ /dev/null @@ -1,3 +0,0 @@ -{include file="global/block_header.tpl" BLOCK_HEADER="Admin Panel"} -

Welcome to the admin panel. Please select an option from the drop-down menu.

-{include file="global/block_footer.tpl"}