diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-22 04:35:24 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-12-22 04:35:24 +0000 |
commit | c9bf00afb1611a05b85088264cb4d42efbb8ab73 (patch) | |
tree | a3fd7f71d48af7ba005d83ea5291fd3b6b1bd40e /lib/ui.lib.php | |
parent | e540814435a7b825ef585bdcbf0b79f3f5f47e99 (diff) | |
download | ampache-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.php | 2 |
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; |