]> git.mjollnir.org Git - moodle.git/commitdiff
Added meta tag - Description (for search engines)
authormartin <martin>
Mon, 10 Dec 2001 11:10:33 +0000 (11:10 +0000)
committermartin <martin>
Mon, 10 Dec 2001 11:10:33 +0000 (11:10 +0000)
index.php

index ceeb5cdd1b8babc3a3860c67d6cfce62ab586920..35757f838819923991cfc4d614fc5bdda2443b7b 100644 (file)
--- a/index.php
+++ b/index.php
@@ -7,7 +7,8 @@
         redirect("$CFG->wwwroot/admin/");
     }
 
-    print_header("$site->fullname", "$site->fullname", "", "");
+    print_header("$site->fullname", "$site->fullname", "", "",
+                 "<META NAME=\"Description\" CONTENT=\"$site->summary\">");
 
 
 ?>