hello,
i wondered if there is a way to mark the current section with a different class or id. so for innstance you can add specific code to that listitem. this should ideally be usable when visiting the section but also when visiting an article or a subsection in this section.
thanks,
stijn
i wondered if there is a way to mark the current section with a different
class or id. so for innstance you can add specific code to that listitem.
this should ideally be usable when visiting the section but also when
visiting an article or a subsection in this section.
Use #EXPOSE
For example:
<li[ class="(#EXPOSE{current_section})"]>
or
<li[ (#EXPOSE{class="current_section"})]>