summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2011-03-26 23:56:19 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2011-03-26 23:56:19 +0100
commitb65d9d7090f39ef66f127b6ecff719712756724b (patch)
treed9d55b938cdee4f8b2f81ffc04ccbd03aa6b5db5
parente3c8eb05964a36df3543259d5f903033e09df2be (diff)
downloadweb-b65d9d7090f39ef66f127b6ecff719712756724b.tar.gz
web-b65d9d7090f39ef66f127b6ecff719712756724b.tar.bz2
web-b65d9d7090f39ef66f127b6ecff719712756724b.zip
Adding carrot-link
-rw-r--r--static/images/carrot.pngbin0 -> 576 bytes
-rw-r--r--templates/root.mako3
2 files changed, 2 insertions, 1 deletions
diff --git a/static/images/carrot.png b/static/images/carrot.png
new file mode 100644
index 0000000..b30d4ea
--- /dev/null
+++ b/static/images/carrot.png
Binary files differ
diff --git a/templates/root.mako b/templates/root.mako
index 25ea062..49ad753 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -55,7 +55,8 @@
<%def name="footer()">
powered by <a href="http://www.highslide.com/">highslide</a>, <a href="http://www.makotemplates.org">mako</a> &amp; <a href="http://www.webpy.org">web.py</a> |
© 2010 - 2011. All Rights Reserved. René Neumann |
- with the help of <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.
+ with the help of <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.<br />
+ Running on a <a href="http://www.carrot-server.com?car=713" target="_blank"><img border="0" width="80" height="15" alt="Powered by Carrot Server" src=${"/static/images/carrot.png" | url} /></a>
</%def>
<%def name="menu()">