mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
issue 70 menu setup name change to admin setup
default log showing. empty admin title apply. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8905 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2763f31306
commit
ce6b3690d2
4 changed files with 13 additions and 10 deletions
|
|
@ -325,7 +325,7 @@
|
|||
* @brief Display Admin Menu Configuration(settings) page
|
||||
* @return none
|
||||
**/
|
||||
function dispAdminMenuSetup()
|
||||
function dispAdminSetup()
|
||||
{
|
||||
$oModuleModel = &getModel('module');
|
||||
$configObject = $oModuleModel->getModuleConfig('admin');
|
||||
|
|
@ -335,7 +335,7 @@
|
|||
|
||||
Context::set('menu_srl', $output->menu_srl);
|
||||
Context::set('config_object', $configObject);
|
||||
$this->setTemplateFile('menu_setup');
|
||||
$this->setTemplateFile('admin_setup');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue