Hi All
I have put the following code in my navigation template
<reddot:cms>
<if>
<query valuea="Context:CurrentPage.Headline" operator="=="
valueb="Brands">
<htmltext>
<li id="item" class="navlast">
<a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><%!!
Context:CurrentIndex.Headline !!%></a> </li>
</htmltext>
</query>
<query type="else">
<htmltext>
valuea="Context:CurrentPage.Headline"
<li id="item">
<a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><%!!
Context:CurrentIndex.Headline !!%></a> </li>
</htmltext>
</query>
</if>
</reddot:cms>
which is never equating the first query evn i have Brands node in my
Top Nav, "I want to print the value of valuea"
so that i come to know waht is coming over there??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---