mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Add site subtitle
This commit is contained in:
parent
49a42abddb
commit
e90f60de22
7 changed files with 71 additions and 28 deletions
|
|
@ -417,6 +417,7 @@ class adminAdminView extends admin
|
|||
$oModuleModel = getModel('module');
|
||||
$config = $oModuleModel->getModuleConfig('module');
|
||||
Context::set('site_title', escape($config->siteTitle));
|
||||
Context::set('site_subtitle', escape($config->siteSubtitle));
|
||||
Context::set('all_html_footer', escape($config->htmlFooter));
|
||||
|
||||
// Index module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue