Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'production/downloadsites/equinox/_projectCommon.php')
-rwxr-xr-xproduction/downloadsites/equinox/_projectCommon.php50
1 files changed, 25 insertions, 25 deletions
diff --git a/production/downloadsites/equinox/_projectCommon.php b/production/downloadsites/equinox/_projectCommon.php
index ac44e81f7..f3852037f 100755
--- a/production/downloadsites/equinox/_projectCommon.php
+++ b/production/downloadsites/equinox/_projectCommon.php
@@ -8,12 +8,12 @@
$Nav->setLinkList( array() );
$Nav->addNavSeparator("Work Areas", "");
-$Nav->addCustomNav("Bundles", "http://eclipse.org/equinox/bundles", "_self", 1);
-$Nav->addCustomNav("Framework", "http://eclipse.org/equinox/framework", "_self", 1);
-$Nav->addCustomNav("Incubator", "http://eclipse.org/equinox/incubator", "_self", 1);
-$Nav->addCustomNav("p2", "http://eclipse.org/equinox/p2", "_self", 1);
-$Nav->addCustomNav("Security", "http://eclipse.org/equinox/security", "_self", 1);
-$Nav->addCustomNav("Server", "http://eclipse.org/equinox/server", "_self", 1);
+$Nav->addCustomNav("Bundles", "https://eclipse.org/equinox/bundles", "_self", 1);
+$Nav->addCustomNav("Framework", "https://eclipse.org/equinox/framework", "_self", 1);
+$Nav->addCustomNav("Incubator", "https://eclipse.org/equinox/incubator", "_self", 1);
+$Nav->addCustomNav("p2", "https://eclipse.org/equinox/p2", "_self", 1);
+$Nav->addCustomNav("Security", "https://eclipse.org/equinox/security", "_self", 1);
+$Nav->addCustomNav("Server", "https://eclipse.org/equinox/server", "_self", 1);
if (file_exists("component-links.php"))
include "component-links.php";
@@ -22,41 +22,41 @@ else
include "../component-links.php";
$Nav->addNavSeparator("Related", "");
-$Nav->addCustomNav("RT", "http://eclipse.org/rt", "_self", 1);
-$Nav->addCustomNav("Eclipse", "http://eclipse.org/eclipse", "_self", 1);
-$Nav->addCustomNav("PDE", "http://eclipse.org/pde", "_self", 1);
-$Nav->addCustomNav("RAP", "http://eclipse.org/rap", "_self", 1);
-$Nav->addCustomNav("ECF", "http://eclipse.org/ecf", "_self", 1);
-$Nav->addCustomNav("Development", "http://eclipse.org/eclipse/development", "_self", 1);
+$Nav->addCustomNav("RT", "https://eclipse.org/rt", "_self", 1);
+$Nav->addCustomNav("Eclipse", "https://eclipse.org/eclipse", "_self", 1);
+$Nav->addCustomNav("PDE", "https://eclipse.org/pde", "_self", 1);
+$Nav->addCustomNav("RAP", "https://eclipse.org/rap", "_self", 1);
+$Nav->addCustomNav("ECF", "https://eclipse.org/ecf", "_self", 1);
+$Nav->addCustomNav("Development", "https://eclipse.org/eclipse/development", "_self", 1);
$Menu->setMenuItemList( array() );
-$Menu->addMenuItem( "Home", "http://eclipse.org/equinox/", "_self" );
-$Menu->addMenuItem( "Get Started", "http://eclipse.org/equinox/documents/quickstart.php", "_self" );
+$Menu->addMenuItem( "Home", "https://eclipse.org/equinox/", "_self" );
+$Menu->addMenuItem( "Get Started", "https://eclipse.org/equinox/documents/quickstart.php", "_self" );
$Menu->addMenuItem( "Downloads", "http://download.eclipse.org/equinox", "_self" );
-$Menu->addMenuItem( "Documents", "http://eclipse.org/equinox/documents/", "_self" );
-$Menu->addMenuItem( "Resources", "http://eclipse.org/equinox/resources.php", "_self" );
-$Menu->addMenuItem( "FAQ", "http://eclipse.org/equinox/faq.php", "_self" );
+$Menu->addMenuItem( "Documents", "https://eclipse.org/equinox/documents/", "_self" );
+$Menu->addMenuItem( "Resources", "https://eclipse.org/equinox/resources.php", "_self" );
+$Menu->addMenuItem( "FAQ", "https://eclipse.org/equinox/faq.php", "_self" );
$Menu->addMenuItem( "Wiki", "http://wiki.eclipse.org/Equinox", "_self" );
-$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="http://eclipse.org/equinox/equinox.css"/>' );
-$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="http://eclipse.org/equinox/rap-layout-fixes.css"/>' );
-$App->AddExtraHtmlHeader( '<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="http://eclipse.org/equinox/rap-layout-fixes-ie.css"/><![endif]-->' );
-$App->AddExtraHtmlHeader( '<link rel="shortcut icon" href="http://eclipse.org/rt/images/favicon.ico" />');
-$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="http://eclipse.org/equinox/rap-posts.css"/>' );
+$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="https://eclipse.org/equinox/equinox.css"/>' );
+$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="https://eclipse.org/equinox/rap-layout-fixes.css"/>' );
+$App->AddExtraHtmlHeader( '<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="https://eclipse.org/equinox/rap-layout-fixes-ie.css"/><![endif]-->' );
+$App->AddExtraHtmlHeader( '<link rel="shortcut icon" href="https://eclipse.org/rt/images/favicon.ico" />');
+$App->AddExtraHtmlHeader( '<link rel="stylesheet" type="text/css" href="https://eclipse.org/equinox/rap-posts.css"/>' );
$App->AddExtraHtmlHeader( '<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>' );
-$App->AddExtraHtmlHeader( '<script type="text/javascript" src="http://eclipse.org/equinox/jquery.zrssfeed.min.js"></script>' );
+$App->AddExtraHtmlHeader( '<script type="text/javascript" src="https://eclipse.org/equinox/jquery.zrssfeed.min.js"></script>' );
// $App->Promotion = TRUE; # set true to enable current eclipse.org site-wide promo
function createRapNavigation() {
$html = <<<EOHTML
<div id="rap-small-header">
- <a href="http://eclipse.org/equinox/"><div id="rap-small-logo"></div></a>
+ <a href="https://eclipse.org/equinox/"><div id="rap-small-logo"></div></a>
</div>
<script type="text/javascript">
// logo
var logo = $( '#logo:first-child' );
- var newLogo = '<div id="logo"><a href="http://eclipse.org">'
+ var newLogo = '<div id="logo"><a href="https://eclipse.org">'
+ logo.html() + '</a></div>';
logo.replaceWith( newLogo );
</script>

Back to the top