diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-02 10:29:41 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-02 10:29:41 +0000 |
commit | b9355bc16dd1be3e967031f3ee947882d4018544 (patch) | |
tree | 6e020df0d5a7e134181e957d12c51caa80116aa5 /phpBB/styles | |
parent | 6bce6062025f4bfca5146a2072ec3bbce614c2a9 (diff) | |
download | forums-b9355bc16dd1be3e967031f3ee947882d4018544.tar forums-b9355bc16dd1be3e967031f3ee947882d4018544.tar.gz forums-b9355bc16dd1be3e967031f3ee947882d4018544.tar.bz2 forums-b9355bc16dd1be3e967031f3ee947882d4018544.tar.xz forums-b9355bc16dd1be3e967031f3ee947882d4018544.zip |
#2059
git-svn-id: file:///svn/phpbb/trunk@5999 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subSilver/template/index_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html index 347f85d505..3cb928bb40 100644 --- a/phpBB/styles/subSilver/template/index_body.html +++ b/phpBB/styles/subSilver/template/index_body.html @@ -120,7 +120,7 @@ <td class="cat" colspan="2"><h4>{L_BIRTHDAYS}</h4></td> </tr> <tr> - <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> + <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_BIRTHDAYS}" /></td> <td class="row1" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td> </tr> </table> @@ -133,7 +133,7 @@ <td class="cat" colspan="2"><h4>{L_STATISTICS}</h4></td> </tr> <tr> - <td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> + <td class="row1"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_STATISTICS}" /></td> <td class="row1" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p></td> </tr> </table> |