Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 54... Línea 54...
54
// Set up the page
54
// Set up the page
55
$PAGE->set_title($course->shortname . ': ' . get_string('import'));
55
$PAGE->set_title($course->shortname . ': ' . get_string('import'));
56
$PAGE->set_heading($course->fullname);
56
$PAGE->set_heading($course->fullname);
57
$PAGE->set_url(new moodle_url('/backup/import.php', array('id'=>$courseid)));
57
$PAGE->set_url(new moodle_url('/backup/import.php', array('id'=>$courseid)));
58
$PAGE->set_context($context);
58
$PAGE->set_context($context);
59
$PAGE->set_pagelayout('incourse');
59
$PAGE->set_pagelayout('admin');
Línea 60... Línea 60...
60
 
60
 
61
// Prepare the backup renderer
61
// Prepare the backup renderer
Línea 62... Línea 62...
62
$renderer = $PAGE->get_renderer('core','backup');
62
$renderer = $PAGE->get_renderer('core','backup');