shortname: $stradministration: $strmisc", "$site->fullname", "$stradministration -> $strmisc"); print_heading($strmisc); $table->align = array ("right", "left"); $table->data[] = array(''.get_string('sitefiles').'', get_string("adminhelpsitefiles")); $table->data[] = array(''.get_string('stickyblocks','admin')."", get_string('adminhelpstickyblocks')); $table->data[] = array(''.get_string('reports')."", get_string('adminhelpreports')); // to be enabled later /* $table->data[] = array(''.get_string('healthcenter')."", get_string('adminhelphealthcenter'));*/ $table->data[] = array(''.get_string('environment', 'admin')."", get_string('adminhelpenvironment')); if (file_exists("$CFG->dirroot/$CFG->admin/$CFG->dbtype")) { $table->data[] = array(''.get_string('managedatabase')."", get_string('adminhelpmanagedatabase')); } /// Hack to show the XMLDB editor if (file_exists("$CFG->dirroot/$CFG->admin/xmldb")) { $table->data[] = array(''.get_string('xmldbeditor')."", get_string('adminhelpxmldbeditor')); } print_table($table); print_footer($site); ?>