mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12339] removed return var
need to learn more about events... evidently PHPBB3-12339
This commit is contained in:
parent
c6c5f7c874
commit
084e6725f7
1 changed files with 2 additions and 3 deletions
|
@ -4967,11 +4967,10 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
|
||||||
* session item, e.g. forum for
|
* session item, e.g. forum for
|
||||||
* session_forum_id
|
* session_forum_id
|
||||||
* @var int item_id Restrict online users to item id
|
* @var int item_id Restrict online users to item id
|
||||||
* @var bool page_header_override Shall we return instead of running
|
*
|
||||||
* the rest of page_header()
|
|
||||||
* @since 3.1.0-b3
|
* @since 3.1.0-b3
|
||||||
*/
|
*/
|
||||||
$vars = array('page_title', 'display_online_list', 'item_id', 'item', 'page_header_override');
|
$vars = array('page_title', 'display_online_list', 'item_id', 'item');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.page_header_after', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.page_header_after', compact($vars)));
|
||||||
|
|
||||||
// application/xhtml+xml not used because of IE
|
// application/xhtml+xml not used because of IE
|
||||||
|
|
Loading…
Add table
Reference in a new issue