Moved vivo-basic theme jsps out of themes into productMods, to make them less easily accessible to theme customizers.

This commit is contained in:
rjy7 2010-05-17 19:22:30 +00:00
parent 046ca60439
commit 8a83103367

View file

@ -6,11 +6,9 @@
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
<#-- RY We will need this in non-NIHVIVO versions
<#if tagline.has_content>
<em>${tagline}</em>
</#if>
-->
<ul id="otherMenu">
<@l.makeList>
@ -23,7 +21,7 @@
<li><a title="log in to manage this site" href="${urls.login}">Log in</a></li>,
</#if>
<li><a href="${urls.about}$">About</a></li>,
<li><a href="${urls.about}">About</a></li>,
<#if urls.contact??>
<li><a href="${urls.contact}">Contact Us</a></li>
</#if>