Jeremy Newman : moving some of the theme images over to the CDN

Jeremy Newman jnewman at winehq.org
Fri Jan 27 12:57:45 CST 2017


Module: appdb
Branch: master
Commit: 02c30c6e7d11791f780a588fbe8b3cd35d31da7e
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=02c30c6e7d11791f780a588fbe8b3cd35d31da7e

Author: Jeremy Newman <jnewman at codeweavers.com>
Date:   Fri Jan 27 12:57:29 2017 -0600

moving some of the theme images over to the CDN

---

 include/footer.php | 2 +-
 include/header.php | 6 +++---
 styles.css         | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/footer.php b/include/footer.php
index 1340d41..a64dcad 100644
--- a/include/footer.php
+++ b/include/footer.php
@@ -6,7 +6,7 @@
 <div id="footer">
     <a href="https://wiki.winehq.org/WineHQ_Wiki:Privacy_policy">Privacy Policy</a><br><br>
     Hosted By
-    <a href="http://www.codeweavers.com/"><img src="https://www.winehq.org/images/cw_logo_sm.png" alt="CodeWeavers"
+    <a href="http://www.codeweavers.com/"><img src="https://dl.winehq.org/share/images/cw_logo_sm.png" alt="CodeWeavers"
     title="CodeWeavers - Run Windows applications and games on Mac and Linux"></a>
 </div>
 
diff --git a/include/header.php b/include/header.php
index 516fba0..61aff7b 100644
--- a/include/header.php
+++ b/include/header.php
@@ -34,7 +34,7 @@ $iJStime = filemtime(BASE."utils.js");
 if (!empty($sHeaderCode))
     echo "    {$sHeaderCode}\n";
 ?>
-    <link rel="shortcut icon" type="image/png" href="<?php echo BASE; ?>images/winehq_logo_16.png">
+    <link rel="shortcut icon" type="image/png" href="https://dl.winehq.org/share/images/winehq_logo_16.png">
     <link title="AppDB" type="application/opensearchdescription+xml" rel="search" href="<?php echo BASE; ?>opensearch.xml">
 </head>
 <body>
@@ -53,8 +53,8 @@ if (!empty($sHeaderCode))
     <div class="clear"></div>
 </nav>
 
-<div id="whq-logo-glass"><a href="https://www.winehq.org/"><img src="https://www.winehq.org/images/winehq_logo_glass.png" alt=""></a></div>
-<div id="whq-logo-text"><a href="https://www.winehq.org/"><img src="https://www.winehq.org/images/winehq_logo_text.png" alt="WineHQ" title="WineHQ"></a></div>
+<div id="whq-logo-glass"><a href="https://www.winehq.org/"><img src="https://dl.winehq.org/share/images/winehq_logo_glass.png" alt=""></a></div>
+<div id="whq-logo-text"><a href="https://www.winehq.org/"><img src="https://dl.winehq.org/share/images/winehq_logo_text.png" alt="WineHQ" title="WineHQ"></a></div>
 
 <div id="whq-search_box">
     <form action="https://www.winehq.org/search" id="cse-search-box">
diff --git a/styles.css b/styles.css
index 725a99a..ee66a10 100644
--- a/styles.css
+++ b/styles.css
@@ -17,7 +17,7 @@ HTML {
 BODY {
     background-color: #000000 !important;
     color: #000000;
-    background-image: url('https://www.winehq.org/images/bg.jpg');
+    background-image: url('https://dl.winehq.org/share/images/bg.jpg');
     background-repeat: no-repeat;
     background-attachment: fixed;
     height: 100%;




More information about the wine-cvs mailing list