Context 변수 html_footer 충돌 문제 수정

관리자 페이지에서는 photoswipe 꺼두기
시스템 설정의 redirect_url 조정
This commit is contained in:
conory 2016-05-04 20:18:46 +09:00
parent f0fc9dce29
commit cfa151b8c2
4 changed files with 9 additions and 9 deletions

View file

@ -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');