Changeset 1862

Show
Ignore:
Timestamp:
11/05/08 13:58:59 (2 months ago)
Author:
nickyg
Message:

added footer links to about pages

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • siteapp/trunk/opengeo/almanac/templates/maintemplate.pt

    r1813 r1862  
    8787  </div><!-- /.main-content --> 
    8888  <div id="footer" metal:define-slot="footer"> 
     89    <ul id="footer-nav"> 
     90      <li><a href="http://about.communityalmanac.org/">About</a></li> 
     91      <li><a href="http://about.communityalmanac.org/contact">Contact</a></li> 
     92      <li><a href="http://about.communityalmanac.org/help">Help</a></li> 
     93    </ul> 
    8994    <span>A project of <a href="http://topp.openplans.org">The Open Planning Project</a> and <a href="http://www.orton.org">The Orton Family Foundation</a>.</span> 
    9095  </div>