2010-05-14 20:50:33 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
2010-08-30 22:06:18 +00:00
|
|
|
<#import "lib-list.ftl" as l>
|
2010-05-14 20:50:33 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
</div> <!-- content -->
|
|
|
|
</div> <!-- contentwrap -->
|
2010-05-14 20:50:33 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<div id="footer">
|
|
|
|
<#if urls.bannerImage??>
|
|
|
|
<img class="footerLogo" src="${urls.bannerImage}" alt="${siteTagline!}" />
|
|
|
|
</#if>
|
2010-05-14 20:50:33 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<div class="footerLinks">
|
|
|
|
<ul class="otherNav">
|
|
|
|
<@l.firstLastList>
|
|
|
|
<#include "subMenuLinks.ftl">
|
|
|
|
</@l.firstLastList>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2010-05-14 20:50:33 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "copyright.ftl">
|
2010-05-26 14:04:00 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
All Rights Reserved. <a href="${urls.termsOfUse}">Terms of Use</a>
|
2010-05-14 20:50:33 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "version.ftl">
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div> <!-- wrap -->
|
2010-05-14 20:50:33 +00:00
|
|
|
|
2010-12-08 14:04:45 +00:00
|
|
|
<#include "scripts.ftl">
|