forked from extern/egroupware
Added in the title tag to the navbar so it will show up in certain browsers
This commit is contained in:
parent
046b1f0631
commit
a4292c95b9
@ -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 .= "<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) . '" title="' . lang($description) . '">';
|
||||
} 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) . '" title="' . lang($description) . '">';
|
||||
}
|
||||
}
|
||||
if (ereg("text",$phpgw_info["user"]["preferences"]["common"]["navbar_format"])) {
|
||||
|
Loading…
Reference in New Issue
Block a user