Hi all,
I have a site that splits into two different sites after the home
page:
home
choose site a
choose site b
they are both using the same templates and both are public they just
show different content.
the design is using just a top nav. I can get the pages to show up
properly BUT I'm getting ALL the pages from BOTH site in the top nav.
navigation templates:
-----level 1 not selected (level 1 selected just has "current" adding
to the class)-----
<ul>
<li class=""><a href="<%!! Context:CurrentIndex.GetUrl() !!
%>"><span><b><%!! Context:CurrentIndex.Headline !!%> </b></span> </
a>
<ul>
<li class=""><navigation:nextlevel></li>
</ul>
</li>
</ul>
-----level 2 not selected (level 2 selected just has "current" adding
to the class)-----
<ul>
<li class=""><a href="<%!! Context:CurrentIndex.GetUrl() !!
%>"><span><b><%!! Context:CurrentIndex.Headline !!%> </b></span> </a>
</li>
</ul>
any tips on how to split these two so I just see top navigation for
site a pages and only site b pages?
thanks!
--
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.