Breadcrumbs template. Copied some templates into vivo-basic theme.

This commit is contained in:
rjy7 2010-05-14 20:50:33 +00:00
parent 138f5bf496
commit 01be04827a
4 changed files with 92 additions and 0 deletions

View 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>