]> git.mjollnir.org Git - moodle.git/commitdiff
moved php end tag out from comment
authorskodak <skodak>
Sun, 23 Apr 2006 11:45:37 +0000 (11:45 +0000)
committerskodak <skodak>
Sun, 23 Apr 2006 11:45:37 +0000 (11:45 +0000)
theme/chameleon/header.html
theme/orangewhite/header.html
theme/orangewhitepda/header.html

index aef491903476584e07a2ea1b1d53e56b22de2488..25f5d43c8e4258795251b729b183fb9ceee61531 100644 (file)
@@ -35,7 +35,8 @@
       <div class="headermenu"><?php echo $menu ?></div>
     </div>
     <div class="navbar clearfix">
-    <?php if ($navigation) { // This is the navigation table with breadcrumbs  ?>
+    <?php if ($navigation) { // This is the navigation table with breadcrumbs
+    ?>
         <div class="breadcrumb"><?php print_navigation($navigation); ?></div>
         <div class="navbutton"><?php echo $button; ?></div>
     <?php } ?>
index bfa7fd06d629706becf4cf07681542615f2592e7..aebd7d7d8632eb4558634a6cbabb7db3d4ff8700 100644 (file)
@@ -33,7 +33,8 @@
         <!-- <div class="headermenu"><div id="new-menu"><?php echo $navmenulist ?></div></div> -->
     </div>
 <?php } ?>
-<?php if ($navigation) { // This is the navigation table with breadcrumbs  ?>
+<?php if ($navigation) { // This is the navigation table with breadcrumbs
+?>
     <div class="navbar">
         <div class="breadcrumb"><?php print_navigation("$navigation"); ?></div>
         <div class="navbutton"><?php echo $button; ?></div>
index 1edad99a8b233f1a588dfcea45f4018eb6c27f42..ac33f882e3e83f5d93818fb7320619aa7c72236d 100644 (file)
@@ -33,7 +33,8 @@
         <!-- <div class="headermenu"><div id="new-menu"><?php echo $navmenulist ?></div></div> -->
     </div>
 <?php } ?>
-<?php if ($navigation) { // This is the navigation table with breadcrumbs  ?>
+<?php if ($navigation) { // This is the navigation table with breadcrumbs
+?>
     <div class="navbar">
         <div class="breadcrumb"><?php print_navigation("$navigation"); ?></div>
         <div class="navbutton"><?php echo $button; ?></div>