Conform better, cosmetic only

This commit is contained in:
zone 2001-08-24 08:01:22 +00:00
parent 9fffb63a33
commit 297306500a

View File

@ -13,9 +13,9 @@
/* $Id$ */ /* $Id$ */
{ {
// Only Modify the $file and $title variables..... // Only Modify the $file and $title variables.....
$title = $appname; $title = "PHPWebHosting";
$file = Array( $file = Array(
'PHPWebHosting preferences' => $phpgw->link('/phpwebhosting/preferences.php') 'Preferences' => $phpgw->link('/phpwebhosting/preferences.php')
); );
//Do not modify below this line //Do not modify below this line
display_section($appname,$title,$file); display_section($appname,$title,$file);