summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-07-05 21:24:46 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-07-05 21:24:46 +0200
commit8cd09034a8d4bc5f43730fa169bf1b40f29b8042 (patch)
tree42980edc50ba65bf4b5caf35fda331eff36f944a /templates
parent06efdf58f406cee872a7993a0b5446c639697418 (diff)
downloadkosten-8cd09034a8d4bc5f43730fa169bf1b40f29b8042.tar.gz
kosten-8cd09034a8d4bc5f43730fa169bf1b40f29b8042.tar.bz2
kosten-8cd09034a8d4bc5f43730fa169bf1b40f29b8042.zip
Add icon
Diffstat (limited to 'templates')
-rw-r--r--templates/root.mako3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/root.mako b/templates/root.mako
index 25fd2a4..6092242 100644
--- a/templates/root.mako
+++ b/templates/root.mako
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
${self.js()}
- <!-- <link rel="shortcut icon" href=${"favicon.ico" | url} type="image/icon"> -->
+ <link rel="shortcut icon" href=${"/static/images/currency.png" | url} type="image/icon">
<title>${self.title()}</title>
${self.style()}
</head>
@@ -11,6 +11,7 @@
<body>
<div id="wrapper">
<div id="logo">
+ <img src=${"/static/images/currency.png" | url} />
<h1><a href=${"/" | url}>Kosten</a></h1>
<h2>»   vom Nec</h2>
</div>