Use the following expression within some 'block if' tags that surround the code you are using to do the highlighting...
Quote:
<actinic:variable name="SectionID" /> == <actinic:variable name="MainSection::SectionID" />
This will validate to 'true' if the ID of the section in the section link is the same as the ID of the current section.
I love conditions
Quote:
<actinic:variable name="SectionID" /> == <actinic:variable name="MainSection::SectionID" />
This will validate to 'true' if the ID of the section in the section link is the same as the ID of the current section.
I love conditions
But where do i put the block if
Comment