[Xfce4-commits] [www/www.xfce.org] 01/01: Full link instead of protocol-agnostic version
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 11:47:59 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 55e21aa13aa709a976f0c55fb69cebdd81a183cd
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Mon Oct 15 12:47:23 2018 +0300
Full link instead of protocol-agnostic version
---
pages/header.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/header.php b/pages/header.php
index b3abede..d1dc784 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="<?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" />
+ <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" />
<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