Child: [ccbdec] (diff)

Download this file

footer.html    22 lines (21 with data), 789 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
<html xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude"
py:strip="">
<py:def function="footer">
<div id="footer" class="row">
<div class="column grid_6">
<a href="http://sf.net/support/">Support</a>
<a href="http://twitter.com/sfnet_ops">Status</a>
<a href="http://sf.net/terms">Terms</a>
<a href="http://sf.net/privacy">Privacy</a>
<a href="http://sf.net/blog/">Blog</a>
<a href="http://geek.net/advertise/">Advertise</a>
<a href="http://sf.net/about">About</a>
</div>
<div class="column grid_6 tright">
<img src="${g.forge_static('images/geeknet-logo.png')}" alt="Geeknet logo" width="80" height="17"/><br/>
&copy; 2010 <a href="http://geek.net/">Geeknet, Inc.</a>
</div>
</div>
</py:def>
</html>