1
0
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:
Gabor Hojtsy
2003-05-21 08:51:24 +00:00
parent c2a0f9209d
commit bdc3c24967

View File

@@ -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">';