Bug #24260 » 16632-menu.patch
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':
|
- « Previous
- 1
- 2
- Next »