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

Optimize CSS for Google CSE search (#1294)

This commit is contained in:
Luffy
2025-07-15 10:40:38 +08:00
committed by GitHub
parent 75ef9bab01
commit 80ccba40fe
3 changed files with 238 additions and 204 deletions

View File

@@ -52,7 +52,7 @@ else {
"href" => $MYSITE . "phpnetimprovedsearch.src",
"title" => "Add PHP.net search",
];
site_header("Search", ["link" => [$link], "current" => "help"]);
site_header("Search", ["link" => [$link], "current" => "help", 'css' => 'cse-search.css']);
google_cse();
site_footer();