Commit: 813d189b031e66181c6ed7988a4ef9d7db13466d Author: Hannes Magnusson <bj...@mongodb.com> Mon, 30 Dec 2013 19:42:17 -0800 Parents: f8e499feb0d0ae72db2a6b74cf5c8ab0511a71c1 Branches: master
Link: http://git.php.net/?p=web/qa.git;a=commitdiff;h=813d189b031e66181c6ed7988a4ef9d7db13466d Log: The root is detected magically Changed paths: M include/functions.php Diff: diff --git a/include/functions.php b/include/functions.php index bcb8cbd..1be4ff8 100644 --- a/include/functions.php +++ b/include/functions.php @@ -12,7 +12,7 @@ function common_header($extra_headers=NULL) { } $TITLE = "Quality Assurance"; $SUBDOMAIN = "QA"; - $CSS = array("/shared/styles/qa.css"); + $CSS = array("/styles/qa.css"); $LINKS = array( array("href" => "/projects.php", "text" => "Goals"), array("href" => "/rc.php", "text" => "What is RC?"), -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php