mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/events] Add blank line
Add an additional blank line as requested in #680 PHPBB3-9550
This commit is contained in:
committed by
Joas Schilling
parent
57617b048f
commit
c51e8716c5
@@ -4758,6 +4758,7 @@ function page_header($page_title = '', $display_online_list = true, $item_id = 0
|
||||
|
||||
$vars = array('page_title', 'display_online_list', 'item_id', 'item', 'page_header_override');
|
||||
extract($phpbb_dispatcher->trigger_event('core.page_header_override', compact($vars)));
|
||||
|
||||
if ($page_header_override)
|
||||
{
|
||||
return;
|
||||
|
Reference in New Issue
Block a user