mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
added a package_srl on installed menu type info.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12092 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2c29f34ed7
commit
40fe8b6d8d
1 changed files with 4 additions and 0 deletions
|
|
@ -306,6 +306,8 @@
|
|||
|
||||
$moduleList = array_unique($moduleList);
|
||||
|
||||
$oAutoinstallModel = getModel('autoinstall');
|
||||
|
||||
$moduleInfoList = array();
|
||||
Context::loadLang('modules/page/lang');
|
||||
if(is_array($moduleList))
|
||||
|
|
@ -316,6 +318,8 @@
|
|||
$moduleInfo->default_skin = $oModuleModel->getModuleDefaultSkin($value, 'P');
|
||||
$moduleInfo->default_mskin = $oModuleModel->getModuleDefaultSkin($value, 'M');
|
||||
|
||||
$moduleInfo->package_srl = $oAutoinstallModel->getPackageSrlByPath('./modules/' . $value);
|
||||
|
||||
if($value == 'page')
|
||||
{
|
||||
$pageTypeName = Context::getLang('page_type_name');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue