[Xfce4-commits] <wiki:master> Use absolute css for https.
Nick Schermer
noreply at xfce.org
Sat Mar 26 18:24:01 CET 2011
Updating branch refs/heads/master
to 53068f0bf7bc87913d840f19d289be579aa70dab (commit)
from fd7898ce335f0fa2530e1ee49c6f875d099c0262 (commit)
commit 53068f0bf7bc87913d840f19d289be579aa70dab
Author: Nick Schermer <nick at xfce.org>
Date: Sat Mar 26 18:22:10 2011 +0100
Use absolute css for https.
lib/tpl/xfce/main.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/tpl/xfce/main.php b/lib/tpl/xfce/main.php
index 364e774..c10b802 100644
--- a/lib/tpl/xfce/main.php
+++ b/lib/tpl/xfce/main.php
@@ -34,7 +34,7 @@ function __tpl_flush(){
<?php tpl_metaheaders()?>
<link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.png" />
- <link rel="stylesheet" media="screen" type="text/css" href="http://www.xfce.org/style/header.css" />
+ <link rel="stylesheet" media="screen" type="text/css" href="/style/header.css" />
</head>
<body>
More information about the Xfce4-commits
mailing list