diff options
author | Arun Persaud <arun@nubati.net> | 2008-03-01 16:56:01 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-03-01 16:56:01 -0800 |
commit | b9e33a977911024ed0df24c10b3e7f05391c17bf (patch) | |
tree | ca13f9cc689845f97f10a23ebbab1c25c0f53eb0 /output.php | |
parent | a35c7c7be53220ddeea8442396be0b4299589088 (diff) | |
download | e-DoKo-b9e33a977911024ed0df24c10b3e7f05391c17bf.tar.gz e-DoKo-b9e33a977911024ed0df24c10b3e7f05391c17bf.tar.bz2 e-DoKo-b9e33a977911024ed0df24c10b3e7f05391c17bf.zip |
FEATURE: added a favicon
Lance made a nice favicon for edoko. So here it is ;)
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'output.php')
-rw-r--r-- | output.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -306,6 +306,7 @@ function output_header() <head> <title>e-Doko</title> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> + <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" /> <link rel="stylesheet" type="text/css" href="css/standard.css" /> <script type="text/javascript"> function hl(num) { |