mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
added te new about icon, and fixed a minor bug that stopped the about icon from being displayed
This commit is contained in:
parent
05682a80c0
commit
4b75a3ef52
@ -371,7 +371,7 @@
|
|||||||
}
|
}
|
||||||
$output_text .= "\"$target>";
|
$output_text .= "\"$target>";
|
||||||
if ($phpgw_info["user"]["preferences"]["common"]["navbar_format"] != "text") {
|
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) . "\">";
|
$output_text .= "<img src=\"" . $this->get_image_path($appname) . "/navbar.gif\" border=0 alt=\"" . lang($description) . "\">";
|
||||||
} else {
|
} else {
|
||||||
$output_text .= "<img src=\"" . $phpgw_info["server"]["images_dir"]."/$appname.gif\" border=0 alt=\"" . lang($description) . "\">";
|
$output_text .= "<img src=\"" . $phpgw_info["server"]["images_dir"]."/$appname.gif\" border=0 alt=\"" . lang($description) . "\">";
|
||||||
|
BIN
phpgwapi/templates/default/images/about.gif
Normal file
BIN
phpgwapi/templates/default/images/about.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue
Block a user