1
0
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:
Hannes Magnusson
2013-11-21 20:10:30 -08:00
parent 885bee0160
commit 9e65de7d02
2 changed files with 3 additions and 3 deletions

View File

@@ -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,
)
);

View File

@@ -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();