[Typo3] Hopefully an easy one - entry level

Cameron Manderson cameron at mink.net.au
Tue Aug 23 03:54:18 CEST 2005


Hi Guys,

I am working on a sub navigation that sorta is in this format:

...
<h2>Section Name</h2>
...
<ul>
<li><a href="whichever" class="active">link</a></li>
<li><a href="whichever">link</a></li>
<li><a href="whichever">link</a></li>
...
etc
...
</ul>

The general site map would look like:

Section Name
Section Name -> link
Section Name -> link
Section Name -> link

I can build the navigation (ul/li) fine, but want to be able to replace 
contents of a submarker with the "section name" regardless of what part 
of the tree they are in, eg, "section name" for when "section name" is 
clicked, and "section name" (again) when "section name -> link" is clicked.

Thanks for the help,

Cam

P.S Please ignore that there isn't nested <ul><li></li></ul> etc, has to 
do with the designers choice of table roundings




More information about the TYPO3-english mailing list