From 297306500ab95e71d20b4f7780334464b3d46c6a Mon Sep 17 00:00:00 2001 From: zone Date: Fri, 24 Aug 2001 08:01:22 +0000 Subject: [PATCH] Conform better, cosmetic only --- filemanager/inc/hook_preferences.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/filemanager/inc/hook_preferences.inc.php b/filemanager/inc/hook_preferences.inc.php index 523aad700e..8c18c2655b 100644 --- a/filemanager/inc/hook_preferences.inc.php +++ b/filemanager/inc/hook_preferences.inc.php @@ -13,9 +13,9 @@ /* $Id$ */ { // Only Modify the $file and $title variables..... - $title = $appname; + $title = "PHPWebHosting"; $file = Array( - 'PHPWebHosting preferences' => $phpgw->link('/phpwebhosting/preferences.php') + 'Preferences' => $phpgw->link('/phpwebhosting/preferences.php') ); //Do not modify below this line display_section($appname,$title,$file);