Remove second link

This commit is contained in:
Miles Lott 2001-06-10 11:32:35 +00:00
parent 88511127dd
commit e6d04696b0

View File

@ -15,8 +15,7 @@
// Only Modify the $file and $title variables..... // Only Modify the $file and $title variables.....
$title = $appname; $title = $appname;
$file = Array( $file = Array(
'Site Configuration' => $phpgw->link('/admin/config.php','appname=' . $appname), 'Site Configuration' => $phpgw->link('/admin/config.php','appname=' . $appname)
'Countries' => $phpgw->link('/addressbook/admin.php')
); );
//Do not modify below this line //Do not modify below this line
display_section($appname,$title,$file); display_section($appname,$title,$file);