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

@ -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();
?>