[Xfce4-commits] [www/www.xfce.org] 01/01: Use the new cdn.xfce.org structure.
noreply at xfce.org
noreply at xfce.org
Mon Oct 15 11:18:36 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 86363721561bbbcc8a8589165e004b3800d8a626
Author: Pasi Lallinaho <pasi at shimmerproject.org>
Date: Mon Oct 15 12:17:32 2018 +0300
Use the new cdn.xfce.org structure.
---
pages/header.php | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/header.php b/pages/header.php
index 93b29a3..b3abede 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="/style/favicon.ico" />
- <link rel="stylesheet" media="screen" href="/style/css.php?site=www" type="text/css" />
- <link rel="apple-touch-icon" href="<?php echo $static_media ?>/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