mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
issue 2367 remove outside page, widget page preview.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11904 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f87451e50f
commit
2783f921df
4 changed files with 15 additions and 1 deletions
|
|
@ -322,9 +322,13 @@
|
|||
$moduleInfo->title = $pageTypeName['ARTICLE'];
|
||||
$moduleInfoList['ARTICLE'] = $moduleInfo;
|
||||
$wModuleInfo = clone $moduleInfo;
|
||||
unset($wModuleInfo->default_skin);
|
||||
unset($wModuleInfo->default_mskin);
|
||||
$wModuleInfo->title = $pageTypeName['WIDGET'];
|
||||
$moduleInfoList['WIDGET'] = $wModuleInfo;
|
||||
$oModuleInfo = clone $moduleInfo;
|
||||
unset($oModuleInfo->default_skin);
|
||||
unset($oModuleInfo->default_mskin);
|
||||
$oModuleInfo->title = $pageTypeName['OUTSIDE'];
|
||||
$moduleInfoList['OUTSIDE'] = $oModuleInfo;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue