mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 07:47:34 +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
@@ -936,8 +936,8 @@ class p_master
|
||||
if (isset($this->module_cache['parents'][$item_ary['id']]) || $item_ary['id'] == $this->p_id)
|
||||
{
|
||||
$template->assign_block_vars('navlinks', array(
|
||||
'FORUM_NAME' => $item_ary['lang'],
|
||||
'U_VIEW_FORUM' => $u_title,
|
||||
'BREADCRUMB_NAME' => $item_ary['lang'],
|
||||
'U_BREADCRUMB' => $u_title,
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user