diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-30 08:21:21 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-30 08:21:21 +0000 |
commit | 48a1088931b8d491f80ac19b29367c70407d3bf3 (patch) | |
tree | b47f9913ac16a682208cd2f3c97e002265c05607 /templates | |
parent | 6f67421bdbf2c4c92600e1553e855244bdb71ccf (diff) |
favicon
git-svn-id: file:///var/lib/svn/phpfspot/trunk@140 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'templates')
-rw-r--r-- | templates/header.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/header.tpl b/templates/header.tpl index b2cd724..caac87c 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -7,4 +7,6 @@ <script type="text/javascript" src="rpc.php?mode=init&client=all"></script> <script type="text/javascript" src="phpfspot.js"></script> <script type="text/javascript" src="bubble.js"></script> + <link rel="shortcut icon" href="resources/gpl_16.png" type="image/png" /> + <link rel="icon" href="resources/gpl_16.png" type="image/png" /> </head> |