mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
통합검색 스킨 적용 안되는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6914 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
86bf23b74e
commit
82d01adc2d
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
$config = $oModuleModel->getModuleConfig('integration_search');
|
||||
if(!$config->skin) $config->skin = 'default';
|
||||
Context::set('module_info', unserialize($config->skin_vars));
|
||||
$this->setTemplatePath($this->module_path."/skins/".$this->skin."/");
|
||||
$this->setTemplatePath($this->module_path."/skins/".$config->skin."/");
|
||||
|
||||
$target = $config->target;
|
||||
if(!$target) $target = 'include';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue