Commit: 879c557a2b6ddeebddd812a267e4bd47e421e91d Author: Hannes Magnusson <[email protected]> Mon, 30 Dec 2013 20:23:25 -0800 Parents: dc093ae6eae207da398448e83d0d7e60c402bc05 Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=879c557a2b6ddeebddd812a267e4bd47e421e91d Log: The root is auto-detected now Changed paths: M include/functions.inc Diff: diff --git a/include/functions.inc b/include/functions.inc index 160b3c7..be94f66 100644 --- a/include/functions.inc +++ b/include/functions.inc @@ -29,12 +29,12 @@ function head($title="", $config = array()) { array("href" => "/manage/user-notes.php", "text" => "Notes"), array("href" => "/manage/github.php", "text" => "Github"), ); - $CSS = array("/shared/styles/master.css"); + $CSS = array("/styles/master.css"); $SEARCH = array(); if (strstr($_SERVER["SCRIPT_FILENAME"], "users.php")) { $SEARCH = array("method" => "get", "action" => "/manage/users.php", "placeholder" => "Search profiles", "name" => "search"); - $CSS[] = "/shared/styles/user-autocomplete.css"; + $CSS[] = "/styles/user-autocomplete.css"; } if (strstr($_SERVER["SCRIPT_FILENAME"], "event.php")) { $SEARCH = array("method" => "get", "action" => "/manage/event.php", "placeholder" => "Search Events", "name" => "search"); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
