[TYPO3-UG Hamburg]  subparts
    Michael Neumann 
    neumann at micneu.de
       
    Wed Dec 20 10:26:06 CET 2006
    
    
  
Hallo Leute,
Bräuchte hilfe, will mit subparts ein menü in typoscript schreiben 
bekomme es aber nicht hin.
habe bei mir in der design-vorlage einen bereich markiert
  <div id="nav">
                 <div class="wrapper">
                 <h2 class="accessibility">Navigation</h2>
                 <ul class="clearfix"><!-- ###MENU_LINKS### begin -->
                      <li><strong><a 
href="../css-framework/home.html">Home</a></strong></li>
                      <li><a 
href="../css-framework/articles.html">Articles</a></li>
                      <li><a 
href="../css-framework/archive.html">Archive</a></li>
                      <li><a 
href="../css-framework/photos.html">Photos</a></li>
                      <li><a 
href="../css-framework/about.html">About</a></li>
                      <li class="last"><a 
href="../css-framework/contact.html">
						Contact</a></li>
						<!-- ###MENU_LINKS### end -->
                 </ul>
    </div>
und in typoscript das so geschrieben
subparts {
	 	MENU_LINKS = HMENU
	 	MENU_LINKS.special = directory
	 	special.value = 7
	 	1 = TMENU
	 	1.NO = 1
	 	}
ich bekomme keine ausgabe weiß nicht was ich falsch gemacht habe
ich bin eben voll der anfänger in typo3.
danke schonmal....
    
    
More information about the TYPO3-hamburg
mailing list