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
@@ -211,7 +211,7 @@ if (!empty($category['id_uppercat']))
$template->assign(
array(
'CATEGORIES_NAV' => trim($navigation),
'CATEGORIES_NAV' => preg_replace("# {2,}#"," ",preg_replace("#(\r\n|\n\r|\n|\r)#"," ",$navigation)),
'CAT_ID' => $category['id'],
'CAT_NAME' => @htmlspecialchars($category['name']),
'CAT_COMMENT' => @htmlspecialchars($category['comment']),