Hi All
I have a unordered list on my Brochure pages of a site I am currently working on. It contains a list of just the Brochure pages.
I am trying to grab the Active page in a block_if statement so I can assign an Active class to the page that the user is on. But I cant get this to work, even trying stuff that I have found in the forum.
I sure this can be done, but just having an issue with the syntax or something....
Here is what I am trying :
I am wrapping class="activepage" in this block_if
But when uploaded, it is ignoring this and making the link "activepage" regardless.
I have also tried with BrochurePageID but that was not working either.
Any clues?
Cheers
I have a unordered list on my Brochure pages of a site I am currently working on. It contains a list of just the Brochure pages.
I am trying to grab the Active page in a block_if statement so I can assign an Active class to the page that the user is on. But I cant get this to work, even trying stuff that I have found in the forum.
I sure this can be done, but just having an issue with the syntax or something....
Here is what I am trying :
I am wrapping class="activepage" in this block_if
Code:
<actinic:variable name="BrochurePageURL" /> == <actinic:variable name='BrochurePageURL' />
I have also tried with BrochurePageID but that was not working either.
Any clues?
Cheers
Comment