[TYPO3-core] RFC: bug #1060
Wolfgang Klinger
wolfgang at stufenlos.net
Fri Feb 24 19:42:01 CET 2006
*hiya!*
Type: bugfix
Sitemap with SectionIndex doesn't display content header when page
has a navigation title assigned
BT reference: http://bugs.typo3.org/view.php?id=1060
bye
Wolfgang
-------------- next part --------------
--- TYPO3core/tslib/class.tslib_menu.php 2006-02-20 11:35:01.000000000 +0100
+++ TYPO3core_testing/tslib/class.tslib_menu.php 2006-02-24 19:35:37.000000000 +0100
@@ -764,6 +764,7 @@
if (is_array($row)) {
$temp[$row['uid']]=$basePageRow;
$temp[$row['uid']]['title']=$row['header'];
+ $temp[$row['uid']]['navtitle']=$row['header'];
$temp[$row['uid']]['subtitle']=$row['subheader'];
$temp[$row['uid']]['starttime']=$row['starttime'];
$temp[$row['uid']]['endtime']=$row['endtime'];
More information about the TYPO3-team-core
mailing list