Proyectos de Subversion Moodle

Rev

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

Rev 340 Rev 341
Línea 21... Línea 21...
21
        $PAGE->set_url('/cesa/progress.php', array('userid' => $this->userID));
21
        $PAGE->set_url('/cesa/progress.php', array('userid' => $this->userID));
22
        $this->blockManager->load_blocks(true);
22
        $this->blockManager->load_blocks(true);
Línea 23... Línea 23...
23
 
23
 
24
 
24
 
Línea 25... Línea 25...
25
        $this->validateIfExistBlocks('side-pre');
25
        $this->validateIfExistBlocks('side-pre');
26
        $this->addBlocksIfNotExist('progress');
26
        $this->addBlocksIfNotExist('inprogress');
27
 
27
 
28
        $view = $OUTPUT->header();
28
        $view = $OUTPUT->header();