diff options
| author | Erik Frèrejean <erikfrerejean@phpbb.com> | 2012-04-19 13:00:28 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2012-08-01 10:18:48 +0200 |
| commit | c51e8716c5a2d0f5efc02abb7de08cab087f9442 (patch) | |
| tree | 0f4abb9a91c868650bfab62d6998a78ae20481ec /phpBB/includes/functions.php | |
| parent | 57617b048f7ab1deb2a7019be29a24d782a00fb9 (diff) | |
| download | forums-c51e8716c5a2d0f5efc02abb7de08cab087f9442.tar forums-c51e8716c5a2d0f5efc02abb7de08cab087f9442.tar.gz forums-c51e8716c5a2d0f5efc02abb7de08cab087f9442.tar.bz2 forums-c51e8716c5a2d0f5efc02abb7de08cab087f9442.tar.xz forums-c51e8716c5a2d0f5efc02abb7de08cab087f9442.zip | |
[feature/events] Add blank line
Add an additional blank line as requested in #680
PHPBB3-9550
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 086755f49d..85449a8cd3 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -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; |
