2010-05-11 20:37:48 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-08-30 22:06:17 +00:00
|
|
|
<#import "lib-list.ftl" as l>
|
2010-05-11 20:37:48 +00:00
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
|
2010-06-24 21:51:46 +00:00
|
|
|
<#if urls.bannerImage??>
|
|
|
|
<img class="footerLogo" src="${urls.bannerImage}" alt="${siteTagline!}" />
|
2010-05-11 20:37:48 +00:00
|
|
|
</#if>
|
|
|
|
|
|
|
|
<div class="footerLinks">
|
|
|
|
<ul class="otherNav">
|
2010-06-02 17:06:55 +00:00
|
|
|
<@l.firstLastList>
|
2010-06-09 19:37:16 +00:00
|
|
|
<#include "subMenuLinks.ftl">
|
2010-06-02 17:06:55 +00:00
|
|
|
</@l.firstLastList>
|
2010-05-11 20:37:48 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2010-05-26 14:03:59 +00:00
|
|
|
|
2010-05-11 20:37:48 +00:00
|
|
|
<#include "copyright.ftl">
|
|
|
|
|
|
|
|
All Rights Reserved. <a href="${urls.termsOfUse}">Terms of Use</a>
|
|
|
|
|
2010-10-27 14:51:50 +00:00
|
|
|
<#include "version.ftl">
|
2010-05-11 20:37:48 +00:00
|
|
|
</div>
|