]> git.mjollnir.org Git - moodle.git/commitdiff
Include a warning to not use this theme any more
authormoodler <moodler>
Tue, 25 Jan 2005 13:29:21 +0000 (13:29 +0000)
committermoodler <moodler>
Tue, 25 Jan 2005 13:29:21 +0000 (13:29 +0000)
theme/standardxhtml/header.html
theme/standardxhtml_UH_in_progress/header.html

index fe7d1c9c34fd407610d7903b93b2e73b10acf30a..ff68915b84b1265581b2e75ec273ca1ac1493b9f 100644 (file)
@@ -16,6 +16,8 @@
     }
     echo " bgcolor=\"$THEME->body\">";
     ?>
+
+    <center><h1>Switch to <a href="<?php echo "$CFG->wwwroot/theme/" ?>">standard theme</a>!  This one is going away.</H1></center>
     
 <div id="wrapper">
 
@@ -44,4 +46,4 @@
 <?php } ?>
     <div class="clearer">&nbsp;</div>
     <!-- END OF HEADER -->
-    <div id="containerContent">
\ No newline at end of file
+    <div id="containerContent">
index fe7d1c9c34fd407610d7903b93b2e73b10acf30a..c6a26240bd99b2f662316f296c1c3d6360309204 100644 (file)
@@ -18,6 +18,7 @@
     ?>
     
 <div id="wrapper">
+    <center><h1>Switch to <a href="<?php echo "$CFG->wwwroot/theme/" ?>">standard theme</a>!  This one is going away.</H1></center>
 
 <?php if ($home) {  // This is what gets printed on the home page only  
 ?>
@@ -44,4 +45,4 @@
 <?php } ?>
     <div class="clearer">&nbsp;</div>
     <!-- END OF HEADER -->
-    <div id="containerContent">
\ No newline at end of file
+    <div id="containerContent">