r6748 에 대한 다국어 지원 보완

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6749 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-08-14 07:21:56 +00:00
parent e4347882e2
commit 19c00e07b8

View file

@ -450,6 +450,8 @@
* @brief 사이트 title return
**/
function _getBrowserTitle() {
$oModuleController = &getController('module');
$oModuleController->replaceDefinedLangCode($this->site_title);
return $this->site_title;
}