[or-cvs] make the favicon.ico link relative to the docroot too.
arma at seul.org
arma at seul.org
Sun Feb 19 22:39:07 UTC 2006
Update of /home2/or/cvsroot/website/include
In directory moria:/home/arma/work/onion/cvs/website/include
Modified Files:
head.wmi
Log Message:
make the favicon.ico link relative to the docroot too.
Index: head.wmi
===================================================================
RCS file: /home2/or/cvsroot/website/include/head.wmi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -d -r1.13 -r1.14
--- head.wmi 19 Feb 2006 21:58:17 -0000 1.13
+++ head.wmi 19 Feb 2006 22:39:04 -0000 1.14
@@ -16,7 +16,7 @@
<ifneq "$(CHARSET)" "" "<meta http-equiv="content-type" content="text/html; charset=$(CHARSET)" />">
<ifeq "$(CHARSET)" "" "<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />">
<link rel="stylesheet" type="text/css" href="$(DOCROOT)/stylesheet.css" />
- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
+ <link rel="shortcut icon" type="image/x-icon" href="$(DOCROOT)/favicon.ico" />
<ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT).html" />">
</head>
More information about the tor-commits
mailing list