issue 70 rss module admin UI/UX developement, yet not completed

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8819 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-08-22 05:57:52 +00:00
parent 2d6da41a4e
commit eee0e538c3
8 changed files with 217 additions and 94 deletions

View file

@ -276,7 +276,7 @@
{
$logged_info = Context::get('logged_info');
if($logged_info->is_admin=='Y'){
$oAdminView = &getView('admin');
$oAdminView = &getAdminView('admin');
$oAdminView->makeGnbUrl($forward->module);
$oModule->setLayoutPath("./modules/admin/tpl");
$oModule->setLayoutFile("layout.html");