diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-04 08:38:13 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-04 08:38:13 -0500 |
| commit | 3dd5aee13e4af1a10bde22737ea099410caaebb1 (patch) | |
| tree | 1cab6be024025468021f63e6968926bf1170d719 /template/footer.st | |
| parent | a613013fb60a8648b87691ebd50db1de081cddda (diff) | |
| parent | 6d26cb3bf2fed44e1fd1c2b245c434851eb5c538 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/footer.st')
| -rwxr-xr-x | template/footer.st | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/template/footer.st b/template/footer.st index da7407a..f791f2b 100755 --- a/template/footer.st +++ b/template/footer.st @@ -1,15 +1,11 @@ <div id="footer" style="text-align: center"> -@2010 dump.fm +@2010 <a href="/">dump.fm</a> <a href="/about_us">About Us</a> -<a href="/blog">Blog</a> -<a href="/goodies">Goodies</a> -<a href="/help">Help</a> + +<a href="/help">Help FAQ</a> <a href="/terms">Terms</a> <a href="/privacy">Privacy</a></div> -<script src="http://static.getclicky.com/js" type="text/javascript"></script> -<script type="text/javascript">clicky.init(170656);</script> - <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); |
