Einzelnen Beitrag anzeigen
  #3  
Alt 15.10.06, 14:06
Benutzerbild von mstuebner
mstuebner mstuebner ist gerade online
TYPO3 Forum Team
Moderator
 
Registriert seit: 01.09.04
Ort: 84424 Isen b. Dorfen
Alter: 41
Beiträge: 2.290
mstuebner eine Nachricht über Skype™ schicken

Wenn Du es fortschrittlicher und automatisch haben möchtest nimm folgendes:
Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
page.10 < temp.templateswitch

temp.templateswitch = COA
temp.templateswitch {
10 = COA
10 {
          # falls in Spalte Rechts was drin steht...
if.isTrue.numRows < styles.content.getRight
10 = TEMPLATE
10 {
template = FILE
template.file = fileadmin/_template/template1.html
workOnSubpart = DOCUMENT
marks {
LOGO < temp.logo
TOPMENU < temp.topmenu
LEFTMENU < temp.leftmenu
BRKR < temp.brkrmenu
CONTENT < styles.content.get
SEARCH =
RIGHT < temp.right
FOOTER < temp.footer
}
}
}

20 < .10
20 {
         # ansonsten dieses Template
if.negate = 1
10 {
template = FILE
template.file = fileadmin/_template/template2.html
}
}
}
__________________
mfg Matthias

TYPO3-Consultant -- TYPO3 Entwicklung
Mit Zitat antworten