From a15803d3d887c97aeea2b5a534dffa184b90d83a Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 14 Nov 2002 06:22:13 +0000 Subject: [PATCH] Argh ... fix for Netscape fix - was causing problems on other browsers --- lib/moodlelib.php | 2 +- theme/standard/header.html | 2 +- theme/standardblue/header.html | 2 +- theme/standardgreen/header.html | 2 +- theme/standardlogo/header.html | 2 +- theme/standardred/header.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index f89ec829be..21a2cee70b 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -10,7 +10,7 @@ /// STANDARD WEB PAGE PARTS /////////////////////////////////////////////////// -function print_header ($title="", $heading="", $navigation="", $focus="", $meta="", $cache=true, $button="", $menu="") { +function print_header ($title="", $heading="", $navigation="", $focus="", $meta="", $cache=true, $button=" ", $menu="") { // $title - appears top of window // $heading - appears top of page // $navigation - premade navigation string diff --git a/theme/standard/header.html b/theme/standard/header.html index 5894fa670e..c4f7620a28 100644 --- a/theme/standard/header.html +++ b/theme/standard/header.html @@ -39,7 +39,7 @@ -   +
diff --git a/theme/standardblue/header.html b/theme/standardblue/header.html index 370f322675..de14e537a8 100644 --- a/theme/standardblue/header.html +++ b/theme/standardblue/header.html @@ -39,7 +39,7 @@ -   +
diff --git a/theme/standardgreen/header.html b/theme/standardgreen/header.html index 2c0ba70880..d92154c01d 100644 --- a/theme/standardgreen/header.html +++ b/theme/standardgreen/header.html @@ -39,7 +39,7 @@ -   +
diff --git a/theme/standardlogo/header.html b/theme/standardlogo/header.html index a51d8b7e55..f60e894721 100644 --- a/theme/standardlogo/header.html +++ b/theme/standardlogo/header.html @@ -41,7 +41,7 @@ -   +
diff --git a/theme/standardred/header.html b/theme/standardred/header.html index 40b65e2092..2d0472ad3c 100644 --- a/theme/standardred/header.html +++ b/theme/standardred/header.html @@ -39,7 +39,7 @@ -   +
-- 2.39.5