mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
issue 2515, added a api for get installed menu types
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11412 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0083b28e2a
commit
fe9e2263b8
2 changed files with 9 additions and 0 deletions
|
|
@ -258,6 +258,14 @@
|
|||
$this->add('tpl', str_replace("\n"," ",$tpl));
|
||||
}
|
||||
|
||||
/**
|
||||
* get installed menu type api
|
||||
*/
|
||||
function getMenuAdminInstalledMenuType()
|
||||
{
|
||||
$this->add('menu_types', $this->getModuleListInSitemap());
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief when menu add in sitemap, select module list
|
||||
* this menu showing with trigger
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue