Project

General

Profile

Bug #24260 » 16632-menu.patch

Administrator Admin, 2010-12-01 14:25

View differences:

typo3/sysext/cms/tslib/class.tslib_menu.php (working copy)
$altSortFieldValue = trim($this->mconf['alternativeSortingField']);
$altSortField = $altSortFieldValue ? $altSortFieldValue : 'sorting';
if ($this->menuNumber==1 && $this->conf['special']) { // ... only for the FIRST level of a HMENU
$value = isset($this->conf['special.']['value.'])
? $GLOBALS['TSFE']->cObj->stdWrap($this->conf['special.']['value'], $this->conf['special.']['value.'])
: $this->conf['special.']['value'];
$value = $this->parent_cObj->stdWrap($this->conf['special.']['value'], $this->conf['special.']['value.']);
switch($this->conf['special']) {
case 'userdefined':
(2-2/2)