modified navigation macro calls to embed any module specific navigation
This commit is contained in:
parent
f98828c8ea
commit
617354602f
1 changed files with 3 additions and 2 deletions
|
@ -38,8 +38,9 @@
|
|||
... <% site.link to="main" text="home" %><br />
|
||||
... <% site.link to="topics" text="topics" %><br />
|
||||
... <% site.link to="images/topics" text="galleries" %><br />
|
||||
<% site.navigation for="contributors" %>
|
||||
<% site.navigation for="admins" %><br />
|
||||
<% site.navigation modules="all" %>
|
||||
<% site.navigation for="contributors" modules="all" %>
|
||||
<% site.navigation for="admins" modules="all" %><br />
|
||||
... <a href="<% root.url %>"><% root.title suffix=" " %>home</a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue