This commit is contained in:
Sebastian Grewe 2013-12-26 16:10:04 +01:00
parent 23ff054ded
commit 9572de451b
2 changed files with 1 additions and 4 deletions

View File

@ -10,5 +10,5 @@ if (!$user->isAuthenticated() || !$user->isAdmin($_SESSION['USERDATA']['id'])) {
}
// Tempalte specifics
$smarty->assign("CONTENT", "default.tpl");
$smarty->assign("CONTENT", "");
?>

View File

@ -1,3 +0,0 @@
{include file="global/block_header.tpl" BLOCK_HEADER="Admin Panel"}
<p>Welcome to the admin panel. Please select an option from the drop-down menu.</p>
{include file="global/block_footer.tpl"}