summaryrefslogtreecommitdiffstats
path: root/lib/ui.lib.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-22 04:35:24 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-22 04:35:24 +0000
commitc9bf00afb1611a05b85088264cb4d42efbb8ab73 (patch)
treea3fd7f71d48af7ba005d83ea5291fd3b6b1bd40e /lib/ui.lib.php
parente540814435a7b825ef585bdcbf0b79f3f5f47e99 (diff)
downloadampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.tar.gz
ampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.tar.bz2
ampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.zip
removed some unused files, and tweaked the style of a few pages
Diffstat (limited to 'lib/ui.lib.php')
-rw-r--r--lib/ui.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ui.lib.php b/lib/ui.lib.php
index a407af24..8ca12a82 100644
--- a/lib/ui.lib.php
+++ b/lib/ui.lib.php
@@ -1316,7 +1316,7 @@ function get_user_icon($name,$hover_name='') {
} // end if not cached
- $string = "<img style=\"cursor: pointer;\" src=\"$img_url\" border=\"0\" alt=\"$name\" title=\"$name\" $hov_txt/>";
+ $string = "<img style=\"cursor: pointer;\" src=\"$img_url\" border=\"0\" alt=\"" . ucfirst($name) . "\" title=\"" . ucfirst($name) . "\" $hov_txt/>";
return $string;