mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
xe_default 게시판 스킨의 고정된 영문을 다국어에 맞게 언어 변수 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4814 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0f79814440
commit
22dbdcd65b
7 changed files with 31 additions and 27 deletions
|
|
@ -157,6 +157,10 @@
|
|||
|
||||
$oModuleModel = &getModel('module');
|
||||
$skin_info = $oModuleModel->loadSkinInfo($this->module_path, $skin);
|
||||
if(!$skin_info) {
|
||||
$skin = 'xe_default';
|
||||
$skin_info = $oModuleModel->loadSkinInfo($this->module_path, $skin);
|
||||
}
|
||||
|
||||
// skin_info에 extra_vars 값을 지정
|
||||
if(count($skin_info->extra_vars)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue