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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user