diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-21 15:10:21 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-12-21 15:10:21 +0000 |
commit | f5afff4c5531aa9981e21cdac7fc4702345d96fa (patch) | |
tree | e91cb771b4f5dbc94796b2b7a1812d77087feaed /phpBB/templates | |
parent | 5c5377a7ac3ed9b9a6c4986bdd18fdb12251b9ca (diff) | |
download | forums-f5afff4c5531aa9981e21cdac7fc4702345d96fa.tar forums-f5afff4c5531aa9981e21cdac7fc4702345d96fa.tar.gz forums-f5afff4c5531aa9981e21cdac7fc4702345d96fa.tar.bz2 forums-f5afff4c5531aa9981e21cdac7fc4702345d96fa.tar.xz forums-f5afff4c5531aa9981e21cdac7fc4702345d96fa.zip |
Fixed bug #495815
git-svn-id: file:///svn/phpbb/trunk@1660 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index 23441741a8..66f4805348 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -51,7 +51,7 @@ TD.catHead,TD.catSides,TD.catLeft,TD.catRight,TD.catBottom { background-image: u <tr> - <td> <a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="Forum Home" vspace="1" /></a> + <td> <a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a> </td> |