From 1947e708ee931e53c766b34c4aa508a7e11bc29a Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 19 Nov 2008 02:06:13 +0000 Subject: [PATCH] =?UTF-8?q?CSS=20=EA=B4=80=EB=A0=A8=20=EC=82=AC=EC=86=8C?= =?UTF-8?q?=ED=95=9C=20=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4887 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/homepage/homepage.view.php | 2 ++ modules/homepage/skins/xe_official/css/default.css | 2 ++ modules/homepage/skins/xe_official/index.html | 2 +- modules/homepage/skins/xe_official/menu_manage.html | 3 +-- modules/homepage/skins/xe_official/mid_list.html | 2 +- modules/homepage/tpl/setup.html | 2 +- 6 files changed, 8 insertions(+), 5 deletions(-) diff --git a/modules/homepage/homepage.view.php b/modules/homepage/homepage.view.php index 1200cfd8c..53dc93764 100644 --- a/modules/homepage/homepage.view.php +++ b/modules/homepage/homepage.view.php @@ -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'); } diff --git a/modules/homepage/skins/xe_official/css/default.css b/modules/homepage/skins/xe_official/css/default.css index de2f64cb7..bb3cc94cf 100644 --- a/modules/homepage/skins/xe_official/css/default.css +++ b/modules/homepage/skins/xe_official/css/default.css @@ -194,3 +194,5 @@ ul.nav li.active a { font-weight:bold; color:#FFFFFF; } div.blog_widget_ ul.items li { text-decoration:none; color:#000000; margin-bottom:5px;} div.blog_widget_ ul.items li a { text-decoration:none; color:#000000;} + +#menu_form { width:100%; } diff --git a/modules/homepage/skins/xe_official/index.html b/modules/homepage/skins/xe_official/index.html index a5ef8e97d..b20c632a3 100644 --- a/modules/homepage/skins/xe_official/index.html +++ b/modules/homepage/skins/xe_official/index.html @@ -26,7 +26,7 @@
{$lang->author}
- {$v->name} + {$v->name} diff --git a/modules/homepage/skins/xe_official/menu_manage.html b/modules/homepage/skins/xe_official/menu_manage.html index ca5836b5b..c90323d1e 100644 --- a/modules/homepage/skins/xe_official/menu_manage.html +++ b/modules/homepage/skins/xe_official/menu_manage.html @@ -1,10 +1,9 @@ - -

{$lang->cmd_homepage_menus[$act]}

+

{$lang->cmd_homepage_menus[$act]}

{$lang->about_homepage_act[$act]}