From a4292c95b99215fa3beb74b7a70a1839fe522d5a Mon Sep 17 00:00:00 2001 From: jengo Date: Sat, 23 Dec 2000 09:15:38 +0000 Subject: [PATCH] Added in the title tag to the navbar so it will show up in certain browsers --- phpgwapi/inc/phpgw_common.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/phpgw_common.inc.php b/phpgwapi/inc/phpgw_common.inc.php index 171c0c2146..23fcbbf6a4 100644 --- a/phpgwapi/inc/phpgw_common.inc.php +++ b/phpgwapi/inc/phpgw_common.inc.php @@ -383,9 +383,9 @@ $output_text .= "\"$target>"; if ($phpgw_info["user"]["preferences"]["common"]["navbar_format"] != "text") { if ($appname != "home" && $appname != "logout" && $appname != "print" && $appname != "about") { - $output_text .= "get_image_path($appname) . "/navbar.gif\" border=0 alt=\"" . lang($description) . "\">"; + $output_text .= '' . lang($description) . ''; } else { - $output_text .= "\"""; + $output_text .= '' . lang($description) . ''; } } if (ereg("text",$phpgw_info["user"]["preferences"]["common"]["navbar_format"])) {