[TYPO3-german] Erstes Element im Menü anderes Formatieren

Ralf Schlömer typo3 at ralfschloemer.de
Thu Sep 26 17:14:19 CEST 2013


Hi,

mach n COA draus.
Im Falle eines Listenmenus (<ul><li>page x</li>...</ul>) etwa so:

lib.menu = COA
lib.menu {
  wrap = <ul>|</ul>
  10 = TEXT
  10 {
    wrap = <li>|</li>
    value = <img src="/MY/LOGO/FILE.PNG" />
    typolink.parameter = ROOTPAGE_UID
  }
 20 = HMENU
 20 {
    special = directory
    special.value = ROOTPAGE_UID
    1 = TMENU
    1  {
      ...
      NO = 1
      NO {
        ...
        wrapItemAndSub = <li>|</li>
      }
    }
    2 < .1
    2.wrap = <ul>|</ul>
    ...
  }
}

Musst nur darauf achten, dass Du im HMENU (oder Level 1) nicht mehr wrap =
"<ul>|</ul>" setzt.

-----Ursprüngliche Nachricht-----
Von: typo3-german-bounces at lists.typo3.org
[mailto:typo3-german-bounces at lists.typo3.org] Im Auftrag von Ercan Karadeniz
Gesendet: Donnerstag, 26. September 2013 16:34
An: typo3-german at lists.typo3.org
Betreff: [TYPO3-german] Erstes Element im Menü anderes Formatieren

Hallo Zusammen,
Ich versuche gerade an ein Menü zu erstellen wo das erste Element
(Startseiten Link, mit einem Home Icon) in grafischer form dargestellt
werden soll und die restlichen Menü Element als Text Element.
Hat Evt. jemand für mich einen Tipp?
Vielen Dank im Voraus!
VGErcan Karadeniz 		 	   		  
_______________________________________________
TYPO3-german mailing list
TYPO3-german at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german



More information about the TYPO3-german mailing list