Commit:    6b146003ec57c617950b75881f72dbf25e8fb8f7
Author:    Hannes Magnusson <[email protected]>         Tue, 31 Dec 2013 
12:51:41 -0800
Parents:   6e5e7778cc62b6d95f9dfcbb10b9827095bc8166
Branches:  master

Link:       
http://git.php.net/?p=web/people.git;a=commitdiff;h=6b146003ec57c617950b75881f72dbf25e8fb8f7

Log:
The root is autodetected

Changed paths:
  M  include/layout.php


Diff:
diff --git a/include/layout.php b/include/layout.php
index c4d508d..16c0866 100644
--- a/include/layout.php
+++ b/include/layout.php
@@ -8,7 +8,7 @@ function site_header($title) {
         array("href" => "/user.php", "text" => "Users"),
         array("href" => "https://master.php.net/manage/users.php";, "text" => 
"Master"),
     );
-    $CSS[] = "/shared/styles/user-autocomplete.css";
+    $CSS[] = "/styles/user-autocomplete.css";
     $SEARCH = array("method" => "get", "action" => "user.php", "placeholder" 
=> "Search profiles", "name" => "username");
     include dirname(__FILE__) . "/../shared/templates/header.inc";
     echo '<section class="mainscreen">';


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to