mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02: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:
committed by
Joas Schilling
parent
611d965b04
commit
2be60b80ae
@@ -174,7 +174,7 @@ $template->assign_vars(array(
|
|||||||
$page_title = $user->lang['INDEX'];
|
$page_title = $user->lang['INDEX'];
|
||||||
|
|
||||||
$vars = array('page_title');
|
$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
|
// Output page
|
||||||
page_header($page_title);
|
page_header($page_title);
|
||||||
|
Reference in New Issue
Block a user