Added changes to constants.php / added ACP modules, etc

This commit is contained in:
Kevin
2008-10-04 19:56:58 +00:00
parent 3904d7924c
commit 85e9ae633b
11 changed files with 394 additions and 33 deletions

View File

@@ -38,6 +38,8 @@ $lang = array_merge($lang, array(
'ACP_PORTAL_CUSTOM_INFO' => 'Custom block',
'ACP_PORTAL_MINICALENDAR_INFO' => 'Mini calendar',
'ACP_PORTAL_LINKS_INFO' => 'Links',
'ACP_PALLET_LIST_INFO' => 'Pallet list',
'ACP_PORTAL_LAYOUT_INFO' => 'Portal layout',
));
?>