mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 17:32:15 +09:00
issue 2686 set default site title
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12197 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
14f86d28ea
commit
60b0a76f3f
5 changed files with 29 additions and 2 deletions
|
|
@ -223,6 +223,7 @@
|
|||
//모듈 설정 저장(썸네일, 풋터스크립트)
|
||||
$config->thumbnail_type = Context::get('thumbnail_type');
|
||||
$config->htmlFooter = Context::get('htmlFooter');
|
||||
$config->siteTitle = Context::get('site_title');
|
||||
$this->setModulesConfig($config);
|
||||
|
||||
//파비콘
|
||||
|
|
@ -265,6 +266,7 @@
|
|||
unset($args);
|
||||
|
||||
$args->htmlFooter = $config->htmlFooter;
|
||||
$args->siteTitle = $config->siteTitle;
|
||||
$oModuleController->insertModuleConfig('module',$args);
|
||||
|
||||
return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue