mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
- get swatch converted into new acp format
- add page title to ucp pages - add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages) - fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx) git-svn-id: file:///svn/phpbb/trunk@6054 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -600,7 +600,7 @@ class p_master
|
||||
/**
|
||||
* Display module
|
||||
*/
|
||||
function display($page_title)
|
||||
function display($page_title, $display_online_list = true)
|
||||
{
|
||||
global $template, $user;
|
||||
|
||||
@@ -611,7 +611,7 @@ class p_master
|
||||
}
|
||||
else
|
||||
{
|
||||
page_header($page_title);
|
||||
page_header($page_title, $display_online_list);
|
||||
}
|
||||
|
||||
$template->set_filenames(array(
|
||||
|
Reference in New Issue
Block a user