mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 03:09:55 +09:00
fixed hide xe_admin menu
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9301 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5537945951
commit
82198e6f8a
2 changed files with 3 additions and 3 deletions
|
|
@ -46,10 +46,9 @@
|
|||
// Get information from the DB
|
||||
$args->site_srl = $site_srl ;
|
||||
$args->menu_srl = $menu_srl;
|
||||
$output = executeQuery('menu.getMenus', $args);
|
||||
$output = executeQueryArray('menu.getMenus', $args);
|
||||
if(!$output->data) return;
|
||||
$menus = $output->data;
|
||||
if(!is_array($menus)) $menus = array($menus);
|
||||
return $menus;
|
||||
}
|
||||
|
||||
|
|
@ -259,4 +258,4 @@
|
|||
return $moduleInfoList;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="site_srl" var="site_srl" filter="number" />
|
||||
<condition operation="notequal" column="title" default="__XE_ADMIN__" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="listorder" order="asc" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue