+2006-06-02 Martin Kutschker <martin.t.kutschker@blackbox.net>
+
+ * Fix bug #3612: no c-prefix for URL fragment in menus (section index)
+
2006-05-31 Ernesto Baschny <ernst@cron-it.de>
- * Fixes bug #3522: Linking images to hidden pages results in click-enlarge
+ * Fix bug #3522: Linking images to hidden pages results in click-enlarge
2006-05-31 Bernhard Kraft <kraftb@kraftb.at>
$LD['url'] = $GLOBALS['TSFE']->absRefPrefix.$LD['url'];
// If the special key 'sectionIndex_uid' (added 'manually' in tslib/menu.php to the page-record) is set, then the link jumps directly to a section on the page.
- $LD['sectionIndex'] = $page['sectionIndex_uid'] ? '#'.$page['sectionIndex_uid'] : '';
+ $LD['sectionIndex'] = $page['sectionIndex_uid'] ? '#c'.$page['sectionIndex_uid'] : '';
// Compile the normal total url
$LD['totalURL']= $this->removeQueryString($LD['url'].$LD['type'].$LD['no_cache'].$LD['linkVars'].$GLOBALS['TSFE']->getMethodUrlIdToken).$LD['sectionIndex'];