Added ability to handle custom functions to Portal ACP backend;
Removed unneeded language variables from language files; Finished global announcements block (basic function); Added missing includes in portal.php; Added missing handling of top and bottom column; Added unset of $template_module in portal.php in order to prevent incorrect block names; Added correct title for page_header and language string for Portal link;
This commit is contained in:
@@ -32,6 +32,7 @@ if (empty($lang) || !is_array($lang))
|
||||
// in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
|
||||
$lang = array_merge($lang, array(
|
||||
'LATEST_ANNOUNCEMENTS' => 'Latest global announcements',
|
||||
'GLOBAL_ANNOUNCEMENTS' => 'Global announcements',
|
||||
'GLOBAL_ANNOUNCEMENT' => 'Global announcement',
|
||||
'VIEW_LATEST_ANNOUNCEMENT' => '1 announcement',
|
||||
'VIEW_LATEST_ANNOUNCEMENTS' => '%d announcements',
|
||||
|
||||
Reference in New Issue
Block a user