Added check for existence of block image;

Made language/en/mods/portal.php look nicer
This commit is contained in:
Marc Alexander
2011-01-12 20:28:08 +00:00
parent f4a363e3d0
commit f22150b202
2 changed files with 3 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ if (empty($lang) || !is_array($lang))
// Common
$lang = array_merge($lang, array(
'PORTAL' => 'Portal',
'VIEWING_PORTAL' => 'Portal page',
'VIEWING_PORTAL' => 'Portal page',
'BACK' => 'Back',
));
?>