mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
use the same name schema like the other egw apps
This commit is contained in:
parent
559936fa29
commit
e7179a8977
@ -23,7 +23,7 @@
|
||||
display_sidebox can be called as much as you like
|
||||
*/
|
||||
|
||||
$menu_title = $GLOBALS['egw_info']['apps'][$appname]['title'] . ' '. lang('Menu');
|
||||
$menu_title = $GLOBALS['egw_info']['apps'][$appname]['title'];
|
||||
$file = Array(
|
||||
'Add'=>$GLOBALS['egw']->link('/index.php','menuaction=addressbook.uiaddressbook.add'),
|
||||
'_NewLine_', // give a newline
|
||||
|
Loading…
Reference in New Issue
Block a user