NIHVIVO-649 Add freemarker template flattening to build. Includes flattening of template directory structure in vivo theme, and renaming of templates as needed for clarity.
This commit is contained in:
parent
c11d20f2d5
commit
fe1c4edd24
6 changed files with 9 additions and 9 deletions
24
themes/vivo-basic/templates/footer.ftl
Normal file
24
themes/vivo-basic/templates/footer.ftl
Normal file
|
@ -0,0 +1,24 @@
|
|||
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
||||
|
||||
<#import "listMacros.ftl" as l>
|
||||
|
||||
<div id="footer">
|
||||
|
||||
<#if urls.bannerImage??>
|
||||
<img class="footerLogo" src="${urls.bannerImage}" alt="${siteTagline!}" />
|
||||
</#if>
|
||||
|
||||
<div class="footerLinks">
|
||||
<ul class="otherNav">
|
||||
<@l.firstLastList>
|
||||
<#include "subMenuLinks.ftl">
|
||||
</@l.firstLastList>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<#include "copyright.ftl">
|
||||
|
||||
All Rights Reserved. <a href="${urls.termsOfUse}">Terms of Use</a>
|
||||
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue