]> git.mjollnir.org Git - moodle.git/commitdiff
Link from themes page to themes docs
authormoodler <moodler>
Mon, 6 Jan 2003 08:22:49 +0000 (08:22 +0000)
committermoodler <moodler>
Mon, 6 Jan 2003 08:22:49 +0000 (08:22 +0000)
lang/en/moodle.php
theme/index.php

index 8ae84f7f981d6e46447d534745d8bb285dd588d0..962da4724bf27aa5f779b774985704d6decd3bbe 100644 (file)
@@ -230,6 +230,7 @@ $string['hitsoncoursetoday'] = "Today's hits on \$a->coursename by \$a->username
 $string['home'] = "Home";
 $string['hour'] = "hour";
 $string['hours'] = "hours";
+$string['howtomakethemes'] = "How to make new themes";
 $string['htmleditor'] = "Use Richtext HTML editor (IE only, 5.5 or later)";
 $string['htmleditoravailable'] = "The Richtext editor is available";
 $string['htmleditordisabled'] = "You have disabled the Richtext editor in your user profile";
index 11af3a8e36fe7c7aac8a23a9913e4bf5cae7dcc6..ae9be68ec6e455d6eaa97b2ca8076b2e4c0585cf 100644 (file)
     }
     echo "</TABLE>";
 
+    echo "<BR><DIV align=center>";
+    $options["frame"] = "developer.html";
+    $options["sub"] = "themes";
+    print_single_button("$CFG->wwwroot/doc/index.php", $options, get_string("howtomakethemes"));
+    echo "</DIV>";
     print_footer();
 
 ?>