[ticket/249] Fix codesniffer complaints in portal files
B3P-249
This commit is contained in:
@@ -33,7 +33,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(
|
||||
'PORTAL_LINKS' => 'Links',
|
||||
'LINKS_NO_LINKS' => 'No links',
|
||||
'LINKS_NO_LINKS' => 'No links',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_LINKS' => 'Link Settings',
|
||||
|
||||
@@ -40,7 +40,7 @@ $lang = array_merge($lang, array(
|
||||
'M_TERMS' => 'Terms of use',
|
||||
'M_PRV' => 'Privacy policy',
|
||||
'M_SEARCH' => 'Search',
|
||||
'MENU_NO_LINKS' => 'No links',
|
||||
'MENU_NO_LINKS' => 'No links',
|
||||
|
||||
// ACP
|
||||
'ACP_PORTAL_MENU' => 'Menu settings',
|
||||
|
||||
Reference in New Issue
Block a user