Bug 438205 - Convert Orbit web pages to solstice theme
diff --git a/index.php b/index.php
index 0d6e738..627420b 100644
--- a/index.php
+++ b/index.php
@@ -52,7 +52,7 @@
       as needed in other Eclipse projects.  If you want to become an Orbit committer (which includes the initial commit of 
       a third party library, with correct OSGi manifest, and any on-going maintenance or bug fixes) then 
       post a message on the 
-      <a href="mailto:orbit-dev@eclipse.org">Orbit</a> mailing list. Be sure to state which project you are already a 
+      <a href="mailto:orbit-dev@eclipse.org">Orbit mailing list</a>. Be sure to state which project you are already a 
       committer on, in addition to which package you want to contribute and maintain.</p>
       <p>But you do not need to be a committer to participate. If you see a flaw in a Orbit bundle, open a 
       bug, state the problem clearly, and preferably submit a patch with an explanation of how it fixes the problem. 
@@ -63,6 +63,9 @@
   </div>
 
 <?php
+  include "global-links.html";
+  
+
   $html = ob_get_contents();
   ob_end_clean();