mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 03:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@744 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6707e078a1
commit
b9afa14f36
4 changed files with 8 additions and 10 deletions
|
|
@ -160,6 +160,7 @@
|
|||
* @brief 사이트 title setting
|
||||
**/
|
||||
function setBrowserTitle($site_title) {
|
||||
if(!$site_title) return;
|
||||
$oContext = &Context::getInstance();
|
||||
$oContext->_setBrowserTitle($site_title);
|
||||
}
|
||||
|
|
@ -168,7 +169,7 @@
|
|||
* @brief 사이트 title setting
|
||||
**/
|
||||
function _setBrowserTitle($site_title) {
|
||||
$this->site_title = $site_title;
|
||||
$this->site_title = htmlspecialchars($site_title);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -75,6 +75,7 @@
|
|||
$this->module = $module_info->module;
|
||||
$this->mid = $module_info->mid;
|
||||
$this->module_info = $module_info;
|
||||
Context::setBrowserTitle($module_info->browser_title);
|
||||
}
|
||||
|
||||
// 여기까지도 모듈 정보를 찾지 못했다면 깔끔하게 시스템 오류 표시
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue