mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
Merge branch 'develop' into pr/loadfile-improvements
This commit is contained in:
commit
d5caa823a2
8 changed files with 31 additions and 13 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