* Dashboard, this is the main page, should contain usefull information for the user */ /** * Dashboard, this is the main page, should contain usefull information for the user */ default: $text = "Dashboard YEAAAH!"; break; } //TODO: Administrator panel template?!?!?! ?> <!DOCTYPE HTML> <html> <head> <title><?php $admin->show('title'); ?> </title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="css/style.css" rel="stylesheet" type="text/css" /> <link rel="shortcut icon" href="images/favicon.ico" /> <link rel="apple-touch-icon" href="apple-touch-icon.png" /> </head> <body> <div id="container"> <div id="header"> <span id="logo">JuliCMS - Administration Panel</span> <span id="userbox">Logged in as <b><?php echo $user->getUsername(); ?>