NIHVIVO-2587: Removed "about", "contact us" and "support" links from identity.ftl in wilma

This commit is contained in:
manolobevia 2011-05-03 13:30:42 +00:00
parent d1ec6cc299
commit 29750c378f

View file

@ -18,12 +18,6 @@
<#else> <#else>
<li role="listitem"><a title="log in to manage this site" href="${urls.login}">Log in</a></li> <li role="listitem"><a title="log in to manage this site" href="${urls.login}">Log in</a></li>
</#if> </#if>
<#-- List of links that appear in submenus, like the header and footer. -->
<li role="listitem"><a href="${urls.about}">About</a></li>
<#if urls.contact??>
<li role="listitem"><a href="${urls.contact}">Contact Us</a></li>
</#if>
<li role="listitem"><a href="http://www.vivoweb.org/support" target="blank">Support</a></li>
<li role="listitem"><a href="${urls.index}">Index</a></li> <li role="listitem"><a href="${urls.index}">Index</a></li>
</ul> </ul>
</nav> </nav>