Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-03-18 14:38:17
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
adapting upm-archive menu for my own purposes
Hello,
I use this plugin for making a menu for my website.
I figured out that this rule (doTag($out, ‘dl’, $class, ‘’, $id);) is taking care of the <dl> at the beginning and the </dl> at the end of the defenition list.
But i need that this rules are surrounding the defenition list
<li>
<!—[if lte IE 6]><a href=”#nogo”><table><tr><td><![endif]—>
<dl>
list
</dl>
<!—[if lte IE 6]></td></tr></table></a><![endif]—>
</li>
How can i do that ?
Regards,
Roelof
Offline
#2 2008-03-18 16:23:16
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: adapting upm-archive menu for my own purposes
Stick them in your page template around the tag. ?
Offline
#3 2008-03-18 18:03:33
- roelof
- Member
- Registered: 2005-03-27
- Posts: 647
Re: adapting upm-archive menu for my own purposes
Hoi Mary,
It works, but now it seems that this plugin makes another code as i need for my site.
So i think i make the menu manually.
Roelof
Offline