diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-09 22:22:39 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-09 22:22:39 +0000 |
commit | 8cb119817dc6364d263ee14e834cfa622ea19eeb (patch) | |
tree | 0d674969ff2ffc04aeb7c53e0b4a5a28f596ff86 /phpBB | |
parent | 9ebcba6e07b3d6529f73867e9d27156951f0abba (diff) | |
download | forums-8cb119817dc6364d263ee14e834cfa622ea19eeb.tar forums-8cb119817dc6364d263ee14e834cfa622ea19eeb.tar.gz forums-8cb119817dc6364d263ee14e834cfa622ea19eeb.tar.bz2 forums-8cb119817dc6364d263ee14e834cfa622ea19eeb.tar.xz forums-8cb119817dc6364d263ee14e834cfa622ea19eeb.zip |
Update to introduce avatar name
git-svn-id: file:///svn/phpbb/trunk@2285 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/subSilver/profile_avatar_gallery.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/profile_avatar_gallery.tpl b/phpBB/templates/subSilver/profile_avatar_gallery.tpl index 7868f803f9..aa5a8bb422 100644 --- a/phpBB/templates/subSilver/profile_avatar_gallery.tpl +++ b/phpBB/templates/subSilver/profile_avatar_gallery.tpl @@ -16,7 +16,7 @@ <!-- BEGIN avatar_row --> <tr> <!-- BEGIN avatar_column --> - <td class="row1" align="center"><img src="{avatar_row.avatar_column.AVATAR_IMAGE}" /></td> + <td class="row1" align="center"><img src="{avatar_row.avatar_column.AVATAR_IMAGE}" alt="{avatar_row.avatar_column.AVATAR_NAME}" title="{avatar_row.avatar_column.AVATAR_NAME}" /></td> <!-- END avatar_column --> </tr> <tr> |