mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
There are part of help really
This commit is contained in:
@@ -7,7 +7,7 @@ include $_SERVER['DOCUMENT_ROOT'] . '/include/results.inc';
|
||||
|
||||
function exit_with_pretty_error($title, $header, $msg) {
|
||||
if ($title) {
|
||||
site_header($title, array("noindex", 'layout_span' => 12));
|
||||
site_header($title, array("noindex", 'layout_span' => 12, "current" => "help"));
|
||||
}
|
||||
echo '<h2>' .$header. '</h2>';
|
||||
echo '<p>' .$msg. '</p>';
|
||||
@@ -59,7 +59,7 @@ site_header(
|
||||
'Search results',
|
||||
array(
|
||||
'noindex',
|
||||
'current' => 'docs',
|
||||
'current' => 'help',
|
||||
'layout_span' => 12,
|
||||
)
|
||||
);
|
||||
|
||||
@@ -109,7 +109,7 @@ else {
|
||||
"href" => $MYSITE . "phpnetimprovedsearch.src",
|
||||
"title" => "Add PHP.net search"
|
||||
);
|
||||
site_header("Search", array("link" => array($link), "current" => "docs"));
|
||||
site_header("Search", array("link" => array($link), "current" => "help"));
|
||||
|
||||
google_cse();
|
||||
site_footer();
|
||||
|
||||
Reference in New Issue
Block a user