Index: branches/unlabeled/unlabeled-1.6.2/core/units/general/helpers/modules.php =================================================================== diff -u -r6849 -r7082 --- branches/unlabeled/unlabeled-1.6.2/core/units/general/helpers/modules.php (.../modules.php) (revision 6849) +++ branches/unlabeled/unlabeled-1.6.2/core/units/general/helpers/modules.php (.../modules.php) (revision 7082) @@ -182,7 +182,7 @@ else { $modules = array_keys($this->Application->ModuleInfo); } - array_push($modules, 'Proj-base', 'Proj-CMS'); + array_push($modules, 'Proj-base', 'Proj-CMS', 'Custom'); return $modules; }