From 455ecb74e3b7e6a34098f4e6cea9fa02101c7ed2 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 24 Aug 2003 12:05:12 +0000 Subject: [PATCH] Move searchbar style file to the general styles folder and get favicon and CSS from the static server on PHP.net --- searchbar.php | 4 ++-- searchbar.css => styles/searchbar.css | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename searchbar.css => styles/searchbar.css (100%) diff --git a/searchbar.php b/searchbar.php index 1c0d51584..40bc79af3 100644 --- a/searchbar.php +++ b/searchbar.php @@ -21,8 +21,8 @@ echo << PHP: Search Sidebar - - + + diff --git a/searchbar.css b/styles/searchbar.css similarity index 100% rename from searchbar.css rename to styles/searchbar.css