Not quite ready, but anyone trying the Beta at this stage will probably
[moodle.git] / doc / top.php
blob82751d529f694ed3aa5fd96ec5fcad13329059ec
1 <?PHP // $Id$
3 require("../config.php");
5 if (empty($CFG->langmenu)) {
6 $langmenu = "";
7 } else {
8 $currlang = current_language();
9 $langs = get_list_of_languages();
10 $langmenu = popup_form ("$CFG->wwwroot/doc/?lang=", $langs, "chooselang", $currlang, "", "", "", true);
13 if (! $site = get_site()) {
14 error("Site is misconfigured");
16 $strdocumentation = get_string("documentation");
17 print_header("$site->shortname: $strdocumentation", "$site->fullname", "$strdocumentation", "", "", true, $langmenu, navmenu($site));