vitro/webapp/web/templates/freemarker/page/partials/subMenuLinks.ftl
2010-12-04 23:08:27 +00:00

10 lines
No EOL
395 B
Text

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<#-- List of links that appear in submenus, like the header and footer. -->
<li><a href="${urls.about}">About</a></li>
<#if urls.contact??>
<li><a href="${urls.contact}">Contact Us</a></li>
</#if>
<li><a href="http://www.vivoweb.org/support">Support</a></li>
<li><a href="${urls.index}">Index</a></li>