From 8f294ac9717f972a1a5a608f07dd427c12d6151f Mon Sep 17 00:00:00 2001 From: zero Date: Tue, 10 Apr 2007 09:12:53 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1080 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/tpl/common_layout.html | 11 +++++++++-- modules/board/board.view.php | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/common/tpl/common_layout.html b/common/tpl/common_layout.html index 93641cd21..d8cbd42d3 100644 --- a/common/tpl/common_layout.html +++ b/common/tpl/common_layout.html @@ -1,8 +1,15 @@ - - + + + + + + + + + {Context::getBrowserTitle()} diff --git a/modules/board/board.view.php b/modules/board/board.view.php index 873979c8e..9eff8a5a3 100644 --- a/modules/board/board.view.php +++ b/modules/board/board.view.php @@ -73,7 +73,7 @@ $this->page_count = $this->module_info->page_count?$this->module_info->page_count:10; // 스킨 템플릿 경로 지정 - $template_path = sprintf("%sskins/%s/",$this->module_path, $this->skin); + $template_path = sprintf("%sskins/%s/",$this->module_path, $this->module_info->skin); $this->setTemplatePath($template_path); }