source: web/old/sipbmp3web/templates/footer.html @ f6f3e91

web
Last change on this file since f6f3e91 was f6f3e91, checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago

Preserve directory hierarchy (not sure what happened to it)

  • Property mode set to 100644
File size: 304 bytes
Line 
1<html xmlns:py="http://genshi.edgewall.org/"
2      xmlns:xi="http://www.w3.org/2001/XInclude"
3      py:strip="">
4<py:def function="footer">
5<div id="footer"> 
6    <div><a href="http://www.turbogears.org/2.0/">Powered by TurboGears 2</a></div>
7    <div class="clearingdiv"></div>
8</div>
9</py:def>
10</html>
Note: See TracBrowser for help on using the repository browser.