Bug 438205 - Convert Orbit web pages to solstice theme
diff --git a/documents/index.php b/documents/index.php
index 3399a80..eeef56b 100644
--- a/documents/index.php
+++ b/documents/index.php
@@ -53,7 +53,7 @@
   </div>
 
 <?php
-  include "https://www.eclipse.org/orbit/global-links.html";
+  include ("https://www.eclipse.org/orbit/global-links.html");
 
   $html = ob_get_contents();
   ob_end_clean();
diff --git a/index.php b/index.php
index ad39441..e9cb206 100644
--- a/index.php
+++ b/index.php
@@ -59,7 +59,7 @@
   </div>
 
 <?php
-  include "global-links.html";
+   include ("https://www.eclipse.org/orbit/global-links.html");
 
 
   $html = ob_get_contents();
diff --git a/resources/index.php b/resources/index.php
index aef5920..5cc7911 100644
--- a/resources/index.php
+++ b/resources/index.php
@@ -123,7 +123,7 @@
 </div>
 
 <?php
-  include "https://www.eclipse.org/orbit/global-links.html";
+  include ("https://www.eclipse.org/orbit/global-links.html");
 
   $html = ob_get_contents();
   ob_end_clean();