Actions
Bug #48475
closedTMENU: no ACTIFSUB in rootLine
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-05-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In a TMENU a page in the rootLine is not rendered as ACTIFSUB when there are more than one subpages and one of these subpages is opened. In fact it is renederd as IFSUB.
temp.menu {
special = directory
special.value = 1
1 = TMENU
1 {
expAll = 1
wrap = <ul id="nav">|</ul>
noBlur = 1
NO = 1
NO.wrapItemAndSub = <li>|</li>
NO.ATagParams = class="no"
IFSUB < .NO
IFSUB.ATagParams = class="ifsub"
ACT < .NO
ACT.ATagParams = class="act"
ACTIFSUB < .NO
ACTIFSUB.ATagParams = class="actifsub"
}
2 < .1
2.wrap = <ul>|</ul>
}
Actions