Actions
Bug #19108
closedMenu of subpages + sections doesn't have anchor
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2008-07-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When we use the sitemap "Menu of subpages to these pages + sections", sections links in the sitemap don't have anchor to specific content element.
A solution it's to add this code to file class.tslib_menu.php (line 1250):
$list['HREF'] .= $this->menuArr[$key]['sectionIndex_uid'] ? '#c'.$this->menuArr[$key]['sectionIndex_uid'] : '';
(issue imported from #M8973)
Actions