[Xfce4-commits] [www/www.xfce.org] 01/01: Revert to protocol-agnostic links since the issue was elsewhere...
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 11:56:37 CEST 2018
This is an automated email from the git hooks/post-receive script.
k n o m e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository www/www.xfce.org.
commit 22e420c99d2cee29251008750fd0a968aabaa71d
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Mon Oct 15 12:56:05 2018 +0300
Revert to protocol-agnostic links since the issue was elsewhere...
---
pages/header.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/header.php b/pages/header.php
index d1dc784..3d8094f 100644
--- a/pages/header.php
+++ b/pages/header.php
@@ -13,9 +13,9 @@ else
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, maximum-scale=1.0, minimum-scale=1.0, initial-scale=1" />
<title><?php echo $title ?></title>
- <link rel="icon" href="https://cdn.xfce.org/images/favicon.ico" />
- <link rel="stylesheet" media="screen" href="https://cdn.xfce.org/style/css.php?site=www" type="text/css" />
- <link rel="apple-touch-icon" href="https://cdn.xfce.org/images/logo_apple-touch-icon.png" />
+ <link rel="icon" href="<?php echo $static_media; ?>/images/favicon.ico" />
+ <link rel="stylesheet" media="screen" href="<?php echo $static_media; ?>/style/css.php?site=www" type="text/css" />
+ <link rel="apple-touch-icon" href="<?php echo $static_media; ?>/images/logo_apple-touch-icon.png" />
<meta name="content-language" content="<?php echo $lang ?>" />
<?php
if (isset ($head['description']))
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list