Moved vivo-basic theme jsps out of themes into productMods, to make them less easily accessible to theme customizers.
This commit is contained in:
parent
046ca60439
commit
8a83103367
1 changed files with 1 additions and 3 deletions
|
@ -6,11 +6,9 @@
|
||||||
|
|
||||||
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
|
<h1><a title="Home" href="${urls.home}">${siteName}</a></h1>
|
||||||
|
|
||||||
<#-- RY We will need this in non-NIHVIVO versions
|
|
||||||
<#if tagline.has_content>
|
<#if tagline.has_content>
|
||||||
<em>${tagline}</em>
|
<em>${tagline}</em>
|
||||||
</#if>
|
</#if>
|
||||||
-->
|
|
||||||
|
|
||||||
<ul id="otherMenu">
|
<ul id="otherMenu">
|
||||||
<@l.makeList>
|
<@l.makeList>
|
||||||
|
@ -23,7 +21,7 @@
|
||||||
<li><a title="log in to manage this site" href="${urls.login}">Log in</a></li>,
|
<li><a title="log in to manage this site" href="${urls.login}">Log in</a></li>,
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<li><a href="${urls.about}$">About</a></li>,
|
<li><a href="${urls.about}">About</a></li>,
|
||||||
<#if urls.contact??>
|
<#if urls.contact??>
|
||||||
<li><a href="${urls.contact}">Contact Us</a></li>
|
<li><a href="${urls.contact}">Contact Us</a></li>
|
||||||
</#if>
|
</#if>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue