[TYPO3] menu header
Tyler Kraft
headhunterxiii at yahoo.ca
Fri Aug 4 17:39:25 CEST 2006
include it in the wrap=<ul class="ulmenu">|</ul>
so it looks like
wrap=<div title="menuarea 1" class="menuheader"> menuarea
1</div><ul class="ulmenu">|</ul>
Bjørn Dissing wrote:
> Hello, i have a menu created with the TS shown here
>
> lib.menu1=HMENU
> lib.menu1 {
> special=directory
> special.value=29
> wrap=<ul class="ulmenu">|</ul>
> 1 = TMENU
> 1 {
> NO.allWrap =<li><img height="6" alt="boks"
> src="fileadmin/template/main/images/menuboks.gif" align="bottom"/>
> | </li>
> NO.stdWrap.htmlSpecialChars = 1
> }
> }
>
> lib.menu2=HMENU
> lib.menu2 {
> special=directory
> special.value=30
> wrap=<ul class="ulmenu">|</ul>
> 1 = TMENU
> 1 {
> NO.allWrap =<li><img height="6" alt="boks"
> src="fileadmin/template/main/images/menuboks.gif" align="bottom"/>
> | </li>
> NO.stdWrap.htmlSpecialChars = 1
> }
> }
>
> # Default PAGE object:
> page = PAGE
> page.typeNum = 0
> page.10 = USER
> page.10.userFunc = tx_templavoila_pi1->main_page
>
>
> How can i from TS insert
> <div title="menuarea 1" class="menuheader"> menuarea 1</div>
> before the actual menu?
>
> so that i in the html-output get
> <div id="container">
> <div title="menuarea 1" class="menuheader"> menuarea 1</div>
> ===MENU===
> </div>
>
> thank you in advance
>
> _________________________________________________________________
> Vælg selv hvordan du vil kommunikere - skrift, tale, video eller
> billeder med MSN Messenger: http://messenger.msn.dk/ - her kan du det
> hele
>
More information about the TYPO3-english
mailing list