forked from extern/egroupware
fix to show the original 'About appname' again
This commit is contained in:
parent
db6808f3b3
commit
aac774b55e
@ -197,7 +197,11 @@
|
||||
$file['Preferences'] = $GLOBALS['phpgw_info']['navbar']['preferences']['url'];
|
||||
}
|
||||
$file += array(
|
||||
'About '.$appname=>$GLOBALS['phpgw_info']['navbar']['about']['url'],
|
||||
array(
|
||||
'text' => lang('About %1',$GLOBALS['phpgw_info']['apps'][$GLOBALS['phpgw_info']['flags']['currentapp']]['title']),
|
||||
'no_lang' => True,
|
||||
'link' => $GLOBALS['phpgw_info']['navbar']['about']['url']
|
||||
),
|
||||
'Logout'=>$GLOBALS['phpgw_info']['navbar']['logout']['url']
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user