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:
ovclas 2011-08-30 01:56:38 +00:00
parent d497aa06d3
commit a3b9fc7338
9 changed files with 544 additions and 5 deletions

View file

@ -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':