mirror of
https://github.com/php/web-php.git
synced 2026-04-01 04:02:10 +02:00
Doh, $www_static_root was even not global-ed here...
This commit is contained in:
@@ -66,7 +66,8 @@ function makeBorderTOC($this) {
|
||||
|
||||
// Print out manual navigation bar
|
||||
function navigationBar($title,$id,$loc) {
|
||||
global $NEXT, $PREV, $tstamp, $SERVER_NAME, $SERVER_PORT, $PHP_SELF, $LANGUAGES, $REQUEST_URI;
|
||||
global $NEXT, $PREV, $tstamp, $SERVER_NAME, $SERVER_PORT,
|
||||
$PHP_SELF, $LANGUAGES, $REQUEST_URI, $www_static_root;
|
||||
|
||||
echo '<table border="0" width="100%" bgcolor="#e0e0e0" cellpadding="0" cellspacing="4">';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user