Skip to content

Commit

Permalink
Argh ... fix for Netscape fix - was causing problems on other browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Nov 14, 2002
1 parent 2f2e3a4 commit a15803d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/moodlelib.php
Expand Up @@ -10,7 +10,7 @@


/// STANDARD WEB PAGE PARTS /////////////////////////////////////////////////// /// 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 // $title - appears top of window
// $heading - appears top of page // $heading - appears top of page
// $navigation - premade navigation string // $navigation - premade navigation string
Expand Down
2 changes: 1 addition & 1 deletion theme/standard/header.html
Expand Up @@ -39,7 +39,7 @@
<TD BGCOLOR="<?=$THEME->cellheading?>"> <TD BGCOLOR="<?=$THEME->cellheading?>">
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT> <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
</TD> </TD>
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP>&nbsp;<?=$button ?></TD> <TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>
</TR> </TR>
</TABLE> </TABLE>
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR> <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
Expand Down
2 changes: 1 addition & 1 deletion theme/standardblue/header.html
Expand Up @@ -39,7 +39,7 @@
<TD BGCOLOR="<?=$THEME->cellheading?>"> <TD BGCOLOR="<?=$THEME->cellheading?>">
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT> <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
</TD> </TD>
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP>&nbsp;<?=$button ?></TD> <TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>
</TR> </TR>
</TABLE> </TABLE>
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR> <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
Expand Down
2 changes: 1 addition & 1 deletion theme/standardgreen/header.html
Expand Up @@ -39,7 +39,7 @@
<TD BGCOLOR="<?=$THEME->cellheading?>"> <TD BGCOLOR="<?=$THEME->cellheading?>">
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT> <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
</TD> </TD>
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP>&nbsp;<?=$button ?></TD> <TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>
</TR> </TR>
</TABLE> </TABLE>
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR> <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
Expand Down
2 changes: 1 addition & 1 deletion theme/standardlogo/header.html
Expand Up @@ -41,7 +41,7 @@
<TD BGCOLOR="<?=$THEME->cellheading?>"> <TD BGCOLOR="<?=$THEME->cellheading?>">
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT> <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
</TD> </TD>
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP>&nbsp;<?=$button ?></TD> <TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>
</TR> </TR>
</TABLE> </TABLE>
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR> <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
Expand Down
2 changes: 1 addition & 1 deletion theme/standardred/header.html
Expand Up @@ -39,7 +39,7 @@
<TD BGCOLOR="<?=$THEME->cellheading?>"> <TD BGCOLOR="<?=$THEME->cellheading?>">
<FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT> <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>
</TD> </TD>
<TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP>&nbsp;<?=$button ?></TD> <TD BGCOLOR="<?=$THEME->cellheading?>" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>
</TR> </TR>
</TABLE> </TABLE>
<IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR> <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>
Expand Down

0 comments on commit a15803d

Please sign in to comment.