modified navigation macro calls to embed any module specific navigation

This commit is contained in:
Robert Gaggl 2004-03-21 14:24:47 +00:00
parent f98828c8ea
commit 617354602f

View file

@ -38,8 +38,9 @@
...&nbsp;<% site.link to="main" text="home" %><br /> ...&nbsp;<% site.link to="main" text="home" %><br />
...&nbsp;<% site.link to="topics" text="topics" %><br /> ...&nbsp;<% site.link to="topics" text="topics" %><br />
...&nbsp;<% site.link to="images/topics" text="galleries" %><br /> ...&nbsp;<% site.link to="images/topics" text="galleries" %><br />
<% site.navigation for="contributors" %> <% site.navigation modules="all" %>
<% site.navigation for="admins" %><br /> <% site.navigation for="contributors" modules="all" %>
<% site.navigation for="admins" modules="all" %><br />
...&nbsp;<a href="<% root.url %>"><% root.title suffix=" " %>home</a> ...&nbsp;<a href="<% root.url %>"><% root.title suffix=" " %>home</a>
</div> </div>