summaryrefslogtreecommitdiffstats
path: root/israwhidebroken/templates/footer.html
blob: c703769e4235a037f9eb23bc4547a7bee89d21c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html xmlns:py="http://genshi.edgewall.org/"
      xmlns:xi="http://www.w3.org/2001/XInclude"
      py:strip="">
<py:def function="footer">
<div id="footer"> 
  <div class="flogo">
    <img src="${tg.url('/static/images/under_the_hood_blue.png')}" alt="TurboGears" />
    <p><a href="http://www.turbogears.org/2.0/">Powered by TurboGears 2</a></p>
  </div>
  <div class="foottext">
    <p>TurboGears is a open source front-to-back web development
      framework written in Python. Copyright (c) 2005-2008 </p>
  </div>
  <div class="clearingdiv"></div>
</div>
</py:def>    
</html>