Report #74: get_username_string(

This commit is contained in:
Joas Schilling
2008-04-20 23:34:00 +00:00
parent 31de2ce21a
commit 0768e945b6
16 changed files with 16 additions and 76 deletions

View File

@@ -39,7 +39,7 @@ $user_id = (int) $row['user_id'];
$colour = $row['user_colour'];
$template->assign_block_vars('random_member', array(
//'USERNAME_FULL' => get_username_string('full', $user_id, $username, $colour),
'USERNAME_FULL' => get_username_string('full', $user_id, $username, $colour),
'USERNAME' => get_username_string('username', $user_id, $username, $colour),
'USER_COLOR' => get_username_string('colour', $user_id, $username, $colour),
'U_VIEW_PROFILE' => get_username_string('profile', $user_id, $username, $colour),