File: includes/mcp/mcp_warn.php
Unmodified
Added
Modified
Removed
Line 308 | Line 308 |
---|
include($phpbb_root_path . 'includes/functions_display.' . $phpEx); }
|
include($phpbb_root_path . 'includes/functions_display.' . $phpEx); }
|
$rank_title = $rank_img = '';
| get_user_rank($user_row['user_rank'], $user_row['user_posts'], $rank_title, $rank_img, $rank_img_src);
|
$avatar_img = get_user_avatar($user_row['user_avatar'], $user_row['user_avatar_type'], $user_row['user_avatar_width'], $user_row['user_avatar_height']);
$template->assign_vars(array(
| $avatar_img = get_user_avatar($user_row['user_avatar'], $user_row['user_avatar_type'], $user_row['user_avatar_width'], $user_row['user_avatar_height']);
$template->assign_vars(array(
|
Line 413 | Line 413 |
---|
include($phpbb_root_path . 'includes/functions_display.' . $phpEx); }
|
include($phpbb_root_path . 'includes/functions_display.' . $phpEx); }
|
$rank_title = $rank_img = '';
| get_user_rank($user_row['user_rank'], $user_row['user_posts'], $rank_title, $rank_img, $rank_img_src);
|
$avatar_img = get_user_avatar($user_row['user_avatar'], $user_row['user_avatar_type'], $user_row['user_avatar_width'], $user_row['user_avatar_height']);
// OK, they didn't submit a warning so lets build the page for them to do so
| $avatar_img = get_user_avatar($user_row['user_avatar'], $user_row['user_avatar_type'], $user_row['user_avatar_width'], $user_row['user_avatar_height']);
// OK, they didn't submit a warning so lets build the page for them to do so
|