mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
fixed admin module layout
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9396 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c0fae02309
commit
61538ef668
1 changed files with 0 additions and 7 deletions
|
|
@ -241,13 +241,6 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($kind == 'admin' && $logged_info->is_admin == 'Y'){
|
|
||||||
$oAdminView = &getAdminView('admin');
|
|
||||||
$oAdminView->makeGnbUrl($forward->module);
|
|
||||||
$oModule->setLayoutPath("./modules/admin/tpl");
|
|
||||||
$oModule->setLayoutFile("layout.html");
|
|
||||||
}
|
|
||||||
|
|
||||||
// If there is no such action in the module object
|
// If there is no such action in the module object
|
||||||
if(!isset($xml_info->action->{$this->act}) || !method_exists($oModule, $this->act))
|
if(!isset($xml_info->action->{$this->act}) || !method_exists($oModule, $this->act))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue