]> git.mjollnir.org Git - moodle.git/commitdiff
get rid of short_open_tags
authormoodler <moodler>
Sat, 7 Dec 2002 07:27:18 +0000 (07:27 +0000)
committermoodler <moodler>
Sat, 7 Dec 2002 07:27:18 +0000 (07:27 +0000)
index.php

index f6ce89e9ba943ac121748c2fbf477242605898ad..2701251a368e9a1307364a0f11118e711ec41090 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
-<?  // $Id$
-    // index.php - the front page.
+<?PHP  // $Id$
+       // index.php - the front page.
     
     require("config.php");
     require("course/lib.php");
@@ -33,7 +33,7 @@
 
 <TABLE WIDTH="100%" BORDER="0" CELLSPACING="5" CELLPADDING="5">
   <TR>
-  <? 
+  <?PHP 
      $sections = get_all_sections($site->id);
   
      if ($site->newsitems > 0 or $sections[0]->sequence or isediting($site->id)) {
   </TR>
 </TABLE>
 
-<? print_footer("home");     // Please do not modify this line ?>
+<?PHP print_footer("home");     // Please do not modify this line ?>