FIND:
$temp_url = append_sid("search
IN-LINE FIND:
$username
IN-LINE REPLACE WITH:
$row['username']
FIND:
$search_img = '<a href="'
IN-LINE FIND:
. $lang['Search_user_posts']
IN-LINE REPLACE WITH:
. sprintf($lang['Search_user_posts'], $row['username'])
IN-LINE FIND:
. $lang['Search_user_posts']
IN-LINE REPLACE WITH:
. sprintf($lang['Search_user_posts'], $row['username'])
FIND:
$search = '<a href="'
IN-LINE FIND:
. $lang['Search_user_posts']
IN-LINE REPLACE WITH:
. sprintf($lang['Search_user_posts'], $row['username'])
FIND:
//
// Load and process templates
//
AFTER, ADD:
$page_title = $lang['Group_Control_Panel'];