[TYPO3] Newbie easy question regarding Templates
Mathias R. Wulff
mathias at RaWu.dk
Mon Aug 27 15:25:06 CEST 2007
lib.menuHeader.1.wrap = <ul class="nav">|</ul>
means that lib.menuHeader.1 will be conctenated with <ul class="nav"> in
front and </ul>
ie
lib.menuHeader.1.wrap = <ul class="nav">|</ul>
<=>
<ul class="nav">lib.menuHeader.1</ul>
so the answer to your question is that
| = lib.menuHeader.1
- Mathias R. Wulff
Ben skrev:
> Hi recently took over managing a website built using
> Typo3 and TemplaVoila - i have figured out alot -
> however there is one thing i'm completly stuck on-
>
> there is a menu header on every page in the template
> that i'm trying to change - i have figured out that
> what i need to change is in this "Setup" section of
> the EXT template -
>
> lib.menuHeader.1.wrap = <ul class="nav">|</ul>
>
> I need to know where the | is coming from - i have
> searched every single file on the server, ever single
> page within Typo3 - i just can't figure out where to
> go to change the whatever | is pointing to - i know
> exactly what to change - i just can't find where it's
> being stored
>
> if anyone knows what i'm talking about i would very
> very very much appreciate it - it is driving me
> nutz!!!!
>
> thank you,
>
> ben
>
>
>
> ____________________________________________________________________________________
> Got a little couch potato?
> Check out fun summer activities for kids.
> http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
More information about the TYPO3-english
mailing list