related to #1679 Added breadcrumb to page title (WIP)

This commit is contained in:
Matthieu Leproux
2022-07-05 10:21:09 +02:00
parent 1c8b690dc7
commit 83eeab2ee8
6 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ $sort_orders_checked = array_keys($sort_orders);
$template->assign(array(
'ADMIN_PAGE_TITLE' => l10n('Album list management'),
'CATEGORIES_NAV'=>$navigation,
'CATEGORIES_NAV'=> preg_replace("# {2,}#"," ",preg_replace("#(\r\n|\n\r|\n|\r)#"," ",$navigation)),
'F_ACTION'=>$form_action,
'PWG_TOKEN' => get_pwg_token(),
'sort_orders' => $sort_orders,