1
0
mirror of https://github.com/php/web-php.git synced 2026-03-31 03:32:23 +02:00

* Forgot to make $base a global.

--jm
This commit is contained in:
Jacques Marneweck
2003-03-15 00:42:46 +00:00
parent c2ec04ce52
commit d51d0eecd0

View File

@@ -197,7 +197,7 @@ $enclosed = 0;
#
function commonHeader($title="",$dont_enclose=0,$headers_gone=0) {
global $MYSITE, $enclosed, $EXPL_LANG, $SIDEBAR_DATA;
global $MYSITE, $base, $enclosed, $EXPL_LANG, $SIDEBAR_DATA;
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>