aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-12-14 03:21:24 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-12-14 03:21:24 +0000
commit6adbaea1758585c905728ea78c04688ed77d1852 (patch)
tree71023a46e7f2b44481b4cb1986da44da4e0790a1 /phpBB/index.php
parent31d0f9328c1506d2d2e46f788ea74940850bdfa4 (diff)
downloadforums-6adbaea1758585c905728ea78c04688ed77d1852.tar
forums-6adbaea1758585c905728ea78c04688ed77d1852.tar.gz
forums-6adbaea1758585c905728ea78c04688ed77d1852.tar.bz2
forums-6adbaea1758585c905728ea78c04688ed77d1852.tar.xz
forums-6adbaea1758585c905728ea78c04688ed77d1852.zip
#5242
- forgot to *show* the change! git-svn-id: file:///svn/phpbb/trunk@6761 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 83d8dbdac0..6d24ac8e5d 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -86,7 +86,7 @@ $template->assign_vars(array(
'TOTAL_POSTS' => sprintf($user->lang[$l_total_post_s], $total_posts),
'TOTAL_TOPICS' => sprintf($user->lang[$l_total_topic_s], $total_topics),
'TOTAL_USERS' => sprintf($user->lang[$l_total_user_s], $total_users),
- 'NEWEST_USER' => sprintf($user->lang['NEWEST_USER'], '<a href="' . append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=viewprofile&amp;u=' . $newest_uid) . '">', $newest_user, '</a>'),
+ 'NEWEST_USER' => sprintf($user->lang['NEWEST_USER'], '<a href="' . append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=viewprofile&amp;u=' . $newest_uid) . '" style="color:#' . $config['newest_user_colour'] . '">', $newest_user, '</a>'),
'LEGEND' => $legend,
'BIRTHDAY_LIST' => $birthday_list,