mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 1577 add expand option in sitemap
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10404 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
97a967e3b8
commit
0655d09793
4 changed files with 12 additions and 1 deletions
|
|
@ -118,6 +118,7 @@
|
|||
**/
|
||||
function dispMenuAdminSiteMap()
|
||||
{
|
||||
Context::loadLang(_XE_PATH_.'modules/document/lang/');
|
||||
$oMenuAdminModel = &getAdminModel('menu');
|
||||
$menuListFromDB = $oMenuAdminModel->getMenus();
|
||||
if(is_array($menuListFromDB)) $output = array_reverse($menuListFromDB);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue