mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12591] Improve breadcrumb naming and extend it's usage
PHPBB3-12591
This commit is contained in:
committed by
Marc Alexander
parent
139eb17bb7
commit
9f20ff7b9e
@@ -488,8 +488,8 @@ $base_url = append_sid("{$phpbb_root_path}viewonline.$phpEx", "sg=$show_guests&a
|
||||
$pagination->generate_template_pagination($base_url, 'pagination', 'start', $counter, $config['topics_per_page'], $start);
|
||||
|
||||
$template->assign_block_vars('navlinks', array(
|
||||
'FORUM_NAME' => $user->lang('WHO_IS_ONLINE'),
|
||||
'U_VIEW_FORUM' => append_sid("{$phpbb_root_path}viewonline.$phpEx"),
|
||||
'BREADCRUMB_NAME' => $user->lang('WHO_IS_ONLINE'),
|
||||
'U_BREADCRUMB' => append_sid("{$phpbb_root_path}viewonline.$phpEx"),
|
||||
));
|
||||
|
||||
// Send data to template
|
||||
|
Reference in New Issue
Block a user