Edited install file in order to put "General Settings" on top of "Portal Modules"

This commit is contained in:
Marc Alexander
2010-11-19 19:14:28 +00:00
parent c2b98fa3f0
commit 7be12e0f43

View File

@@ -105,18 +105,18 @@ $versions = array(
array('acp', 'ACP_CAT_DOT_MODS', 'ACP_PORTAL'),
array('acp', 'ACP_PORTAL', array(
'module_basename' => 'portal',
'module_langname' => 'ACP_PORTAL_MODULES',
'module_mode' => 'modules',
'module_langname' => 'ACP_PORTAL_GENERAL_INFO',
'module_mode' => 'config',
'module_auth' => 'acl_a_portal',
),
),
array('acp', 'ACP_PORTAL', array(
'module_basename' => 'portal',
'module_langname' => 'ACP_PORTAL_GENERAL_INFO',
'module_mode' => 'config',
'module_langname' => 'ACP_PORTAL_MODULES',
'module_mode' => 'modules',
'module_auth' => 'acl_a_portal',
),
),