1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-31 13:48:04 +01:00

[feature/events] Rename core.index to core.index_page_title

This makes it clearer as to what the event actually does.

PHPBB3-9550
This commit is contained in:
David King 2012-06-11 17:49:07 -04:00 committed by Joas Schilling
parent 611d965b04
commit 2be60b80ae

View File

@ -174,7 +174,7 @@ $template->assign_vars(array(
$page_title = $user->lang['INDEX'];
$vars = array('page_title');
extract($phpbb_dispatcher->trigger_event('core.index', compact($vars)));
extract($phpbb_dispatcher->trigger_event('core.index_page_title', compact($vars)));
// Output page
page_header($page_title);