mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 2611 menu detail setting develop.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11815 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
26562620ec
commit
9033eac789
3 changed files with 38 additions and 0 deletions
|
|
@ -684,6 +684,12 @@
|
|||
if(file_exists($edited_layout)) $oModule->setEditedLayoutFile($edited_layout);
|
||||
}
|
||||
}
|
||||
$isLayoutDrop = Context::get('isLayoutDrop');
|
||||
if($isLayoutDrop)
|
||||
{
|
||||
$oModule->setLayoutPath('common/tpl');
|
||||
$oModule->setLayoutFile('default_layout');
|
||||
}
|
||||
}
|
||||
|
||||
// Display contents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue