/www/pidgin: 48fa4e0cb318: Fixes so that the website will stay i...

Daniel Atallah datallah at pidgin.im
Fri Sep 14 23:38:17 EDT 2012


Changeset: 48fa4e0cb318277b3c2ccbc988a530617ff1b269
Author:	 Daniel Atallah <datallah at pidgin.im>
Date:	 2012-09-15 04:38 +0100
Branch:	 default
URL: http://hg.pidgin.im/www/pidgin/rev/48fa4e0cb318

Description:

Fixes so that the website will stay in in the scheme under which it was accessed

diffstat:

 inc/footer.inc |  2 +-
 inc/header.inc |  4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (33 lines):

diff --git a/inc/footer.inc b/inc/footer.inc
--- a/inc/footer.inc
+++ b/inc/footer.inc
@@ -2,7 +2,7 @@
 <a href="https://developer.pidgin.im/wiki/WhatIsLibpurple"><img src="/shared/img/button.libpurple.png" alt="libpurple" /></a>
 <a href="http://www.networkredux.com/"><img src="/shared/img/button.networkredux.jpg" alt="Hosted by NetworkRedux" title="Hosted by NetworkRedux" /></a>
 <a href="http://blendinteractive.com/"><img src="/shared/img/button.blend.png" alt="Design by Blend Interactive" title="Design by Blend Interactive" /></a>
-<a href="http://sourceforge.net/projects/pidgin"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=235&type=12" width="120" height="30" style="border:none" alt="Get Pidgin at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
+<a href="http://sourceforge.net/projects/pidgin"><img src="//sflogo.sourceforge.net/sflogo.php?group_id=235&type=12" width="120" height="30" style="border:none" alt="Get Pidgin at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
 </div>
 
 <!-- Begin Google Analytics tracking code -->
diff --git a/inc/header.inc b/inc/header.inc
--- a/inc/header.inc
+++ b/inc/header.inc
@@ -8,7 +8,7 @@ if (!array_key_exists('abslink', $page))
   $page['abslink'] = FALSE;
 }
 if (!array_key_exists('siteroot', $page)) {
-  $page['siteroot'] = "http://pidgin.im";
+  $page['siteroot'] = "//pidgin.im";
 }
 if (!array_key_exists('title', $page)) {
   $page['title'] = 'Home';
@@ -61,7 +61,7 @@ if (!array_key_exists('section', $page))
 <body>
 
 <div id="header">
-<a href="http://pidgin.im/"><img src="/shared/img/logo.text.jpg" alt="Pidgin" /></a>
+<a href="//pidgin.im/"><img src="/shared/img/logo.text.jpg" alt="Pidgin" /></a>
 <ul>
 <?php
   foreach ($sections as $name => $link) {



More information about the Commits mailing list