CSS 관련 사소한 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4887 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-11-19 02:06:13 +00:00
parent 3f5bc319f9
commit 1947e708ee
6 changed files with 8 additions and 5 deletions

View file

@ -50,6 +50,8 @@
$menu_list = $oMenuAdminModel->getMenus();
Context::set('menu_list', $menu_list);
if(!Context::get('act')) Context::set('act', 'dispHomepageManage');
$this->setTemplateFile('index');
}