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"])) {