Hi Everyone,

I need to add some extra menus right below mainnav according to trac.ini data and current user permissions and I'm writing a plugin for
this purpose.

What is the best way to do it?

Should I implement ITemplateProvider?

How I can add something like:

<div id="navcontainer">
<ul id="navlist">
   <li id="active"><a href="#" id="current">Item one</a></li>
</ul>
</div>

to the output?

Any advise is much appreciated.

-Dmitry

--
Dmitry Samersoff
d...@samersoff.net, http://devnull.samersoff.net
* I do want to change the world, I don't want the world to change me

--
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To post to this group, send email to trac-...@googlegroups.com.
To unsubscribe from this group, send email to 
trac-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-dev?hl=en.

Reply via email to