aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-03-05 00:50:03 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-03-05 00:50:03 +0000
commit658f2a4b662a11409c332c4958539bcb5e5d28d0 (patch)
treef9b623f4b9a72e23f0260944cced5f1b5e4bd6aa /phpBB/index.php
parentcc827946efae40950d2e95b8752cb9367124c09e (diff)
downloadforums-658f2a4b662a11409c332c4958539bcb5e5d28d0.tar
forums-658f2a4b662a11409c332c4958539bcb5e5d28d0.tar.gz
forums-658f2a4b662a11409c332c4958539bcb5e5d28d0.tar.bz2
forums-658f2a4b662a11409c332c4958539bcb5e5d28d0.tar.xz
forums-658f2a4b662a11409c332c4958539bcb5e5d28d0.zip
Moved "viewprofile" to memberslist ... consolidation incomplete
git-svn-id: file:///svn/phpbb/trunk@3598 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index 1516d89843..9718cbe07b 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -101,7 +101,7 @@ else
$template->assign_vars(array(
'TOTAL_POSTS' => sprintf($l_total_post_s, $total_posts),
'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),
- 'NEWEST_USER' => sprintf($user->lang['Newest_user'], '<a href="ucp.' . $phpEx . $SID . '&amp;mode=viewprofile&amp;u=' . $newest_uid . '">', $newest_user, '</a>'),
+ 'NEWEST_USER' => sprintf($user->lang['Newest_user'], "<a href=\"memberlist.$phpEx$SID&amp;mode=viewprofile&amp;u=$newest_uid \">", $newest_user, '</a>'),
'FORUM_IMG' => $user->img('forum', 'NO_NEW_POSTS'),
'FORUM_NEW_IMG' => $user->img('forum_new', 'NEW_POSTS'),