<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html<?phpecho$direction?>>
<head><?php echo $meta ?><title><?php echo $title ?></title><metaname="keywords"content="moodle, <?php echo $title ?> "/><linkrel="stylesheet"type="text/css"href="<?php echo $styles ?>"/><linkrel="shortcut icon"href="<?php echo "$CFG->wwwroot/theme/$CFG->theme" ?>/favicon.ico" />
<?php include("$CFG->javascript"); ?></head><body<?phpecho"$bodytags";if($focus){echo"onload=\"setfocus()\"";}echo"bgcolor=\"$THEME->body\">";
?>
<?php if ($home) { // This is what gets printed on the home page only ?><tablewidth="100%"cellpadding="10"cellspacing="0"border="0"class="headerhome"><tr><tdvalign="top"class="headerhomemain"><imgborder="0"src="<?php echo "$CFG->wwwroot/theme/$CFG->theme/logo.jpg" ?>" alt="" />
</td><tdalign="right"valign="top"class="headerhomemenu"><?php echo $menu ?></td></tr></table><?php } else if ($heading) { // This is what gets printed on any other page with a heading ?><tablewidth="100%"cellpadding="0"cellspacing="0"border="0"class="header"><tr><tdvalign="top"class="headermain"><imgborder="0"src="<?php echo "$CFG->wwwroot/theme/$CFG->theme/logo_small.jpg" ?>" alt="" />
<tdalign="right"valign="top"class="headermenu"><?php echo $menu ?></td></tr></table><?php } ?><?php if ($navigation) { // This is the navigation table with breadcrumbs ?><tableborder="0"cellpadding="3"cellspacing="0"width="100%"><tr><tdbgcolor="<?php echo $THEME->cellheading?>"class="navbar"><?php print_navigation("$navigation"); ?></td><tdbgcolor="<?php echo $THEME->cellheading?>"class="navbar"align="right"width="20"valign="top"><?php echo $button; ?></td></tr></table><imgsrc="<?php echo $CFG->wwwroot?>/pix/spacer.gif"alt=""height="5"width="1"/><br/><?php } else if ($heading) { // If no navigation, but a heading, then print a line ?><hrsize="1"noshade="noshade"/><?php } ?><!-- END OF HEADER -->