add site admin menu

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8796 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
devjin 2011-08-17 11:01:52 +00:00
parent 01b40169c7
commit 51a1d0a37e
6 changed files with 312 additions and 17 deletions

View file

@ -0,0 +1,16 @@
<?php
/**
* @class siteAdminController
* @author NHN (developers@xpressengine.com)
* @brief admin controller class of site module
**/
class siteAdminController extends site {
/**
* @brief initialization
* @return none
**/
function init() {
}
}
?>