mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Preference-items are translated by preferences/index.php
This commit is contained in:
parent
d948f09973
commit
915f3a843f
@ -10,9 +10,10 @@
|
||||
{
|
||||
|
||||
$file = Array(
|
||||
lang('Preferences') => $GLOBALS['phpgw']->link('/preferences/preferences.php',array(
|
||||
'Preferences' => $GLOBALS['phpgw']->link('/preferences/preferences.php',array(
|
||||
'appname' =>$appname,
|
||||
'type' => 'user'))
|
||||
'type' => 'user')
|
||||
)
|
||||
);
|
||||
//Do not modify below this line
|
||||
display_section($appname,$file);
|
||||
|
Loading…
Reference in New Issue
Block a user