Wo soll die Stelle in diesem Script rein?
PHP-Code:
#############################################
# +ext col1_content (temp.col1_content) #
# YAML for TYPO3, Autoparser, Version 4.5.0 #
# last modified 1/27/2007 #
#############################################
#### Main menu
temp.col1_content = COA
temp.col1_content {
10 = TEXT
10.data= leveltitle:1
10.wrap = {$mainMenuHeaderWrap}
20 = HMENU
20 {
wrap = <div class="mainMenu">|</div>
entryLevel = 1
excludeUidList =
1 = TMENU
1 {
expAll = 0
noBlur = 1
wrap = <ul>|</ul>
IProcFunc = user_IProc_dfn
#### Leave NO turned on, even it is not necessary,
#### because when it is copied later, it turns on CUR and IFSUB automatically
NO = 1
NO.ATagTitle.field = abstract // description // subtitle
NO.allWrap = |<span class="hidden">.</span>
NO.wrapItemAndSub = <li>|</li>
NO.stdWrap.htmlSpecialChars = 1
NO.linkWrap = {$mainMenuLinkWrap}
NO.ATagBeforeWrap = 1
CUR < .NO
CUR.allWrap = <strong>|</strong><span class="hidden">.</span>
CUR.wrapItemAndSub = <li>|</li>
CUR.doNotLinkIt = 1
CUR.stdWrap.htmlSpecialChars = 1
IFSUB < .NO
IFSUB.linkWrap = {$mainMenuIfsubLinkWrap}
}
2 < .1
3 < .1
4 < .1
}
30 < styles.content.getLeft
}
#### JavaScript Menu for last updated pages
temp.col1_content.25 = HMENU
temp.col1_content.25 {
wrap = {$mainMenuJsMenuAllWrap}
special = updated
special.value = 1
special.maxAge = 3600*24*7
limit = 10
1 = JSMENU
1 {
target = _top
firstLabelGeneral = {$mainMenuJsMenuStandardLabel}
}
}
#### English header for the JavaScript manu
[globalVar = GP:L = {$firstForeignLanguage}]
temp.col1_content.25.1.firstLabelGeneral = {$mainMenuJsMenuFirstLangLabel}
[global]
#### French header for the JavaScript manu
[globalVar = GP:L = {$secondForeignLanguage}]
temp.col1_content.25.1.firstLabelGeneral = {$mainMenuJsMenuSecondLangLabel}
[global]
Micha