page_header($user->lang['SMILIES']);
even though the online list is not displayed in the pop up for the smilies (the same is also true for the report.php file, search.php and others). I would like to recommend that the page_header function second parameter be changed from true to false as I can only find three instances of where the list is displayed and that is within index.php, viewforum.php and viewtopic.php.
In fact in viewonline.php there is a kludge to not display this list
Code: Select all
// We do not need to load the who is online box here. ;)
$config['load_online'] = false;
Code: Select all
// Output the page
page_header($user->lang['WHO_IS_ONLINE']);
Granted I am looking at 3.0.11 files, I am not able to look at 3.1 files ATM because my computer is a gigantic steaming turd ATM.
[EDIT]FYI, if accepted I am willing to provide the patch[/EDIT]