issue 70 super admin dashboard and site admin dashboard developement

yet site admin not completed


git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8813 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-08-19 09:35:53 +00:00
parent 84888b172b
commit 59cab1cc60
13 changed files with 212 additions and 23 deletions

View file

@ -46,7 +46,6 @@
if($db_info->https_port) Context::set('https_port', $db_info->https_port);
$this->showSendEnv();
}
function makeGnbUrl($module = 'admin')
@ -163,7 +162,7 @@
}
/**
* @brief Display main administration page
* @brief Display Super Admin Dashboard
* @return none
**/
function dispAdminIndex() {
@ -328,6 +327,7 @@
$this->setTemplateFile('menu_setup');
}
function showSendEnv() {
if(Context::getResponseMethod() != 'HTML') return;