mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
issue 70 sitemap developement.
but yet not completed git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8940 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d497aa06d3
commit
a3b9fc7338
9 changed files with 544 additions and 5 deletions
|
|
@ -109,8 +109,8 @@
|
|||
|
||||
$gnbModuleList = array(
|
||||
0=>array(
|
||||
'module'=>'site',
|
||||
'subMenu'=>array('site'),
|
||||
'module'=>'menu',
|
||||
'subMenu'=>array('siteMap'),
|
||||
),
|
||||
1=>array(
|
||||
'module'=>'member',
|
||||
|
|
@ -236,7 +236,7 @@
|
|||
function _getGnbKey($menuName)
|
||||
{
|
||||
switch($menuName) {
|
||||
case 'site':
|
||||
case 'siteMap':
|
||||
return 'site';
|
||||
break;
|
||||
case 'userList':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue