mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Link from themes page to themes docs
This commit is contained in:
parent
c4028ac12b
commit
1b73ea5799
2 changed files with 6 additions and 0 deletions
|
@ -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();
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue