-<HTML<?=$direction?>>\r
+<HTML<?php echo $direction?>>\r
<HEAD>\r
-<TITLE><?=$title ?></TITLE>\r
-<META NAME="keywords" CONTENT="Moodle, <?=$title ?> ">\r
-<?=$meta ?>\r
-<LINK REL="stylesheet" TYPE="text/css" HREF="<?=$styles ?>">\r
-<LINK REL="SHORTCUT ICON" HREF="<?=$CFG->wwwroot?>/theme/oceanblue/favicon.ico">\r
-<? include("$CFG->javascript"); ?>\r
+<TITLE><?php echo $title ?></TITLE>\r
+<META NAME="keywords" CONTENT="Moodle, <?php echo $title ?> ">\r
+<?php echo $meta ?>\r
+<LINK REL="stylesheet" TYPE="text/css" HREF="<?php echo $styles ?>">\r
+<LINK REL="SHORTCUT ICON" HREF="<?php echo $CFG->wwwroot?>/theme/oceanblue/favicon.ico">\r
+<?php include("$CFG->javascript"); ?>\r
</HEAD>\r
\r
-<BODY <? if ($focus) { echo "onLoad=setfocus()"; } echo " bgcolor=\"$THEME->body\">"; ?>\r
+<BODY <?php if ($focus) { echo "onLoad=setfocus()"; } echo " bgcolor=\"$THEME->body\">"; ?>\r
\r
-<? if ($home) { // This is what gets printed on the home page only ?>\r
+<?php if ($home) { // This is what gets printed on the home page only ?>\r
\r
<TABLE WIDTH=100% CELLPADDING=10 CELLSPACING=0 BORDER=0>\r
<TR>\r
- <TD VALIGN=TOP><A HREF="<?=$CFG->wwwroot?>" TARGET="<?=$CFG->framename?>"><IMG SRC="<?=$CFG->wwwroot?>/theme/oceanblue/logo.jpg" ALT="Moodle" BORDER="0"></A></TD>\r
- <TD ALIGN=RIGHT VALIGN=TOP><?=$menu ?></TD>\r
+ <TD VALIGN=TOP><A HREF="<?php echo $CFG->wwwroot?>" TARGET="<?php echo $CFG->framename?>"><IMG SRC="<?php echo $CFG->wwwroot?>/theme/oceanblue/logo.jpg" ALT="Moodle" BORDER="0"></A></TD>\r
+ <TD ALIGN=RIGHT VALIGN=TOP><?php echo $menu ?></TD>\r
</TR>\r
</TABLE>\r
\r
\r
-<? } else if ($heading) { // This is what gets printed on any other page with a heading ?>\r
+<?php } else if ($heading) { // This is what gets printed on any other page with a heading ?>\r
\r
<TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0 BORDER=0>\r
<TR>\r
- <TD VALIGN=TOP><FONT SIZE=4><B><?=$heading?></B></FONT></TD>\r
- <TD ALIGN=RIGHT VALIGN=TOP><?=$menu ?></TD>\r
+ <TD VALIGN=TOP><FONT SIZE=4><B><?php echo $heading?></B></FONT></TD>\r
+ <TD ALIGN=RIGHT VALIGN=TOP><?php echo $menu ?></TD>\r
</TR>\r
</TABLE>\r
\r
-<? } ?>\r
+<?php } ?>\r
\r
\r
-<? if ($navigation) { // This is the navigation table with breadcrumbs ?>\r
+<?php if ($navigation) { // This is the navigation table with breadcrumbs ?>\r
\r
<TABLE BORDER=0 CELLPADDING=3 CELLSPACING=0 WIDTH=100%>\r
<TR>\r
- <TD BGCOLOR="<?=$THEME->cellheading?>" CLASS="navbar">\r
- <FONT SIZE=2><B><? print_navigation("$navigation"); ?></B></FONT>\r
+ <TD BGCOLOR="<?php echo $THEME->cellheading?>" CLASS="navbar">\r
+ <FONT SIZE=2><B><?php print_navigation("$navigation"); ?></B></FONT>\r
</TD>\r
- <TD BGCOLOR="<?=$THEME->cellheading?>" CLASS="navbar" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?=$button ?></TD>\r
+ <TD BGCOLOR="<?php echo $THEME->cellheading?>" CLASS="navbar" ALIGN=RIGHT WIDTH=20 VALIGN=TOP><?php echo $button ?></TD>\r
</TR>\r
</TABLE>\r
- <IMG SRC="<?=$CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>\r
+ <IMG SRC="<?php echo $CFG->wwwroot?>/pix/spacer.gif" ALT="" HEIGHT=5 WIDTH=1><BR>\r
\r
-<? } else if ($heading) { // If no navigation, but a heading, then print a line ?>\r
+<?php } else if ($heading) { // If no navigation, but a heading, then print a line ?>\r
\r
<HR SIZE=1 NOSHADE>\r
\r
-<? } ?>\r
+<?php } ?>\r
\r
<!-- END OF HEADER -->\r