Breadcrumbs template. Copied some templates into vivo-basic theme.
This commit is contained in:
parent
138f5bf496
commit
01be04827a
4 changed files with 92 additions and 0 deletions
13
themes/vivo-basic/ftl/components/menu.ftl
Normal file
13
themes/vivo-basic/ftl/components/menu.ftl
Normal file
|
@ -0,0 +1,13 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<div id="primaryAndOther">
|
||||
<ul id="primary">
|
||||
<#list tabMenu.items as item>
|
||||
<li>
|
||||
<a href="${item.url}" <#if item.active> class="activeTab" </#if>>
|
||||
${item.linkText}
|
||||
</a>
|
||||
</li>
|
||||
</#list>
|
||||
</ul>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue