mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue