1
0
mirror of https://github.com/php/web-php.git synced 2026-04-29 18:03:19 +02:00

Fix navigation highlighting

This commit is contained in:
Hannes Magnusson
2010-12-26 12:23:33 +00:00
parent 8c1486c6f6
commit eb7495c458
+1 -1
View File
@@ -4,7 +4,7 @@ function manual_setup($setup) {
function manual_header() {
$_SERVER['BASE_PAGE'] = "manual/en/function.strpos.php";
site_header("Manual page");
site_header("Manual page", array("current" => "docs"));
}
function manual_footer() {
site_footer();