1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Move searchbar style file to the general styles folder and

get favicon and CSS from the static server on PHP.net
This commit is contained in:
Gabor Hojtsy
2003-08-24 12:05:12 +00:00
parent c7919b20c0
commit 455ecb74e3
2 changed files with 2 additions and 2 deletions

View File

@@ -21,8 +21,8 @@ echo <<<SEARCHBAR_END
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>PHP: Search Sidebar</title>
<link rel="shortcut icon" href="/favicon.ico" />
<style type="text/css">@import url("/searchbar.css");</style>
<link rel="shortcut icon" href="{$_SERVER['STATIC_ROOT']}/favicon.ico" />
<style type="text/css">@import url("{$_SERVER['STATIC_ROOT']}/styles/searchbar.css");</style>
<base href="{$_SERVER['BASE_HREF']}" />
</head>
<body onload="document.sform.pattern.focus();">