issue 70 admin menu make with reference 'module.xml'

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8596 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-07-14 03:28:44 +00:00
parent c9bf633b95
commit d9d8a12755
5 changed files with 82 additions and 9 deletions

View file

@ -54,6 +54,10 @@
if(is_readable($menu_info->php_file))
include $menu_info->php_file;
else {
header('location:'.getNotEncodedUrl('', 'module', 'admin'));
return;
}
Context::set('gnbUrlList', $menu->list);
}