diff --git a/phpgwapi/inc/phpgw_common.inc.php b/phpgwapi/inc/phpgw_common.inc.php index 3cda2f9e46..1379898757 100644 --- a/phpgwapi/inc/phpgw_common.inc.php +++ b/phpgwapi/inc/phpgw_common.inc.php @@ -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 .= "get_image_path($appname) . "/navbar.gif\" border=0 alt=\"" . lang($description) . "\">"; } else { $output_text .= "\"""; diff --git a/phpgwapi/templates/default/images/about.gif b/phpgwapi/templates/default/images/about.gif new file mode 100644 index 0000000000..87fa20d338 Binary files /dev/null and b/phpgwapi/templates/default/images/about.gif differ