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:
parent
611d965b04
commit
2be60b80ae
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user