mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 04:42:14 +09:00
Context 변수 html_footer 충돌 문제 수정
관리자 페이지에서는 photoswipe 꺼두기 시스템 설정의 redirect_url 조정
This commit is contained in:
parent
f0fc9dce29
commit
cfa151b8c2
4 changed files with 9 additions and 9 deletions
|
|
@ -417,7 +417,7 @@ class adminAdminView extends admin
|
|||
$oModuleModel = getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('module');
|
||||
Context::set('site_title', escape($config->siteTitle));
|
||||
Context::set('html_footer', escape($config->htmlFooter));
|
||||
Context::set('all_html_footer', escape($config->htmlFooter));
|
||||
|
||||
// Index module
|
||||
$columnList = array('modules.mid', 'modules.browser_title', 'sites.index_module_srl');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue