[TYPO3-core] RFC: fix bug #3612 (no c-prefix for anchors in menus)

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Thu Jun 1 17:53:25 CEST 2006


Hi!

Problem: In class.t3lib_tstemplate.php the query fragment is generated as 
#<uid> instead of #c<uid>

Solution: Add the missing "c":

$LD['sectionIndex'] = $page['sectionIndex_uid'] ? 
'#c'.$page['sectionIndex_uid'] : '';

I don't remeber if there are any config variables or TS settings that 
affect the content element anchors. Is the fix correct or do we need to 
have a look at some config?

Masi



More information about the TYPO3-team-core mailing list