Commit:    4240b7982d15fc21455f7b421eb8ced604c0cc74
Author:    Hannes Magnusson <bj...@mongodb.com>         Sun, 29 Dec 2013 
23:32:45 -0800
Parents:   386724b54bda8e855c28b3c2b1d4f86d63ec557d
Branches:  master

Link:       
http://git.php.net/?p=web/qa.git;a=commitdiff;h=4240b7982d15fc21455f7b421eb8ced604c0cc74

Log:
Reduce main menu header size..

Changed paths:
  M  include/functions.php


Diff:
diff --git a/include/functions.php b/include/functions.php
index cc7cd06..b6bf8ee 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -14,12 +14,12 @@ function common_header($extra_headers=NULL) {
     $SUBDOMAIN = "QA";
     $CSS = array("/shared/styles/qa.css");
     $LINKS = array(
-        array("href" => "/projects.php",      "text" => "Projects"),
-        array("href" => "/rc.php",            "text" => "Release Candidates"),
-        array("href" => "/howtohelp.php",     "text" => "How to Help"),
+        array("href" => "/projects.php",      "text" => "Goals"),
+        array("href" => "/rc.php",            "text" => "What is RC?"),
+        array("href" => "/howtohelp.php",     "text" => "Contributing"),
         array("href" => "/handling-bugs.php", "text" => "Handling Reports"),
         array("href" => "/reports/",          "text" => "Reports"),
-        array("href" => "/pulls/",            "text" => "Pull Requests"),
+        array("href" => "/pulls/",            "text" => "Github PRs"),
     );
     include __DIR__ . "/../shared/templates/header.inc";
     echo '<section class="mainscreen">';


--
PHP Quality Assurance Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to