diff options
| author | James Atkinson <thefinn@users.sourceforge.net> | 2001-04-19 06:15:00 +0000 |
|---|---|---|
| committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-04-19 06:15:00 +0000 |
| commit | 9a2d961b4c0254a86a078a5b8856b71c113356d1 (patch) | |
| tree | fa8c06d380b7e270f899af07801a96334d4a2592 | |
| parent | 4952eb77d0f2ffc588a804184d7231e721fe45ce (diff) | |
| download | forums-9a2d961b4c0254a86a078a5b8856b71c113356d1.tar forums-9a2d961b4c0254a86a078a5b8856b71c113356d1.tar.gz forums-9a2d961b4c0254a86a078a5b8856b71c113356d1.tar.bz2 forums-9a2d961b4c0254a86a078a5b8856b71c113356d1.tar.xz forums-9a2d961b4c0254a86a078a5b8856b71c113356d1.zip | |
Some small fixes in the viewonline templates
git-svn-id: file:///svn/phpbb/trunk@178 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/templates/Default/viewonline_body.tpl | 2 | ||||
| -rw-r--r-- | phpBB/templates/Default/viewonline_header.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/Default/viewonline_body.tpl b/phpBB/templates/Default/viewonline_body.tpl index 66b1b1e96c..03d7d3747f 100644 --- a/phpBB/templates/Default/viewonline_body.tpl +++ b/phpBB/templates/Default/viewonline_body.tpl @@ -13,7 +13,7 @@ </tr> <!-- BEGIN userrow --> <tr bgcolor="{userrow.ROW_COLOR}" class="tablebody"> - <td width="30%"> <a href="profile.{PHPEX}?mode=view&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a> </td> + <td width="30%"> <a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={userrow.USER_ID}">{userrow.USERNAME}</a> </td> <td width="20%" align="center"> {userrow.LASTUPDATE} </td> <td width="10%" align="center"> {userrow.LOGGEDON} </td> <td width="40%"> <a href="{userrow.LOCATION_URL}"> {userrow.LOCATION}</a> </td> diff --git a/phpBB/templates/Default/viewonline_header.tpl b/phpBB/templates/Default/viewonline_header.tpl index cd23f7b840..98bac32367 100644 --- a/phpBB/templates/Default/viewonline_header.tpl +++ b/phpBB/templates/Default/viewonline_header.tpl @@ -7,7 +7,7 @@ <tr> <td align="right" style="{font-size: 8pt;}">{L_POSTEDTOTAL} -<b>{TOTAL_POSTS}</b>- {L_MESSAGES}.<br> {L_WEHAVE} <b>{TOTAL_USERS}</b> {L_REGUSERS}.<br> - {L_NEWESTUSER} <b><a href="profile.{PHPEX}?mode=viewprofile&user_id={NEWEST_UID}">{NEWEST_USER}</a></b> + {L_NEWESTUSER} <b><a href="profile.{PHPEX}?mode=viewprofile&{POST_USER_URL}={NEWEST_UID}">{NEWEST_USER}</a></b> </td> </tr> </table> |
