Link from themes page to themes docs

This commit is contained in:
moodler 2003-01-06 08:22:49 +00:00
parent c4028ac12b
commit 1b73ea5799
2 changed files with 6 additions and 0 deletions

View 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";

View file

@ -72,6 +72,11 @@
}
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();
?>