added te new about icon, and fixed a minor bug that stopped the about icon from being displayed

This commit is contained in:
seek3r 2000-12-22 06:10:16 +00:00
parent 05682a80c0
commit 4b75a3ef52
2 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@
}
$output_text .= "\"$target>";
if ($phpgw_info["user"]["preferences"]["common"]["navbar_format"] != "text") {
if ($appname != "home" && $appname != "logout" && $appname != "print") {
if ($appname != "home" && $appname != "logout" && $appname != "print" && $appname != "about") {
$output_text .= "<img src=\"" . $this->get_image_path($appname) . "/navbar.gif\" border=0 alt=\"" . lang($description) . "\">";
} else {
$output_text .= "<img src=\"" . $phpgw_info["server"]["images_dir"]."/$appname.gif\" border=0 alt=\"" . lang($description) . "\">";

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB