$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";
}
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();
?>