Added module language files to German language folder -- still need to be translated;

Fixed undefined error in acp_portal.php caused by old code; 
Fixed undefined error in portal.php if Portal is accessed after it has been uninstalled -- now it redirects to Index;
This commit is contained in:
Marc Alexander
2010-11-30 09:01:57 +00:00
parent 3c4285a504
commit c196b2b0c5
29 changed files with 1173 additions and 182 deletions

View File

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