Hello guys,

For a project, we use a pre-defined html / css template. This template
displays the menu as follows:

<div id="menu">

        <ul>

                <li class="current_page_item"><a href="#">home</a></li>

                <li><a href="#">photos</a></li>

                <li><a href="#">about</a></li>

                <li><a href="#">links</a></li>

                <li><a href="#">contact</a></li>

        </ul>

</div>

How can I retrieve this 'current page item' and generate the html
shown above? Can somebody try to give a code example?

regards,
David Persons

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

Reply via email to