Hi,
I want to show a link to the gallery in the navbar when the user is not browsing the gallery. If the user is browsing any gallery page the link should not be there.
I am searching for something like
Quote:
|
<if condition="THIS_SCRIPT != 'gallery'">blabla</if>
|
Whats the correct code for this?