Message "No modules have been detected." is being displayed in the ACP if there are no modules in one of the sections of the Portal

This commit is contained in:
Marc Alexander
2010-11-15 22:53:08 +00:00
parent d8a95996ea
commit 2dba84ee76
2 changed files with 22 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ if (empty($lang) || !is_array($lang))
// Common
$lang = array_merge($lang, array(
'PORTAL' => 'Portal',
'PORTAL' => 'Portal',
'NO_MODULES' => 'No modules have been detected.',
));
?>