2010-05-14 20:50:33 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-07-08 17:02:17 +00:00
|
|
|
<#import "listMacros.ftl" as l>
|
2010-05-14 20:50:33 +00:00
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
|
2010-06-24 21:30:24 +00:00
|
|
|
<#if urls.bannerImage??>
|
2010-06-24 19:42:35 +00:00
|
|
|
<img class="footerLogo" src="${urls.bannerImage}" alt="${siteTagline!}" />
|
2010-05-14 20:50:33 +00:00
|
|
|
</#if>
|
|
|
|
|
|
|
|
<div class="footerLinks">
|
|
|
|
<ul class="otherNav">
|
2010-06-02 17:06:56 +00:00
|
|
|
<@l.firstLastList>
|
2010-06-09 19:37:17 +00:00
|
|
|
<#include "subMenuLinks.ftl">
|
2010-06-02 17:06:56 +00:00
|
|
|
</@l.firstLastList>
|
2010-05-14 20:50:33 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<#include "copyright.ftl">
|
2010-05-26 14:04:00 +00:00
|
|
|
|
2010-05-14 20:50:33 +00:00
|
|
|
All Rights Reserved. <a href="${urls.termsOfUse}">Terms of Use</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|