use the new format for prefs

This commit is contained in:
Ralf Becker 2002-11-23 14:22:07 +00:00
parent e87e8f8f2b
commit 5d9fbc99f9

View File

@ -12,7 +12,6 @@
/* $Id$ */ /* $Id$ */
{ {
// Only Modify the $file and $title variables..... // Only Modify the $file and $title variables.....
$title = $appname;
$file = array( $file = array(
'Preferences' => $GLOBALS['phpgw']->link('/index.php', 'Preferences' => $GLOBALS['phpgw']->link('/index.php',
Array( Array(
@ -23,6 +22,6 @@
'Edit Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname.'&cats_level=True&global_cats=True') 'Edit Categories' => $GLOBALS['phpgw']->link('/index.php','menuaction=preferences.uicategories.index&cats_app='.$appname.'&cats_level=True&global_cats=True')
); );
//Do not modify below this line //Do not modify below this line
display_section($appname,$title,$file); display_section($appname,$file);
} }
?> ?>