Proyectos de Subversion Moodle

Rev

Rev 178 | Rev 180 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 178 Rev 179
Línea 1... Línea 1...
1
<?php
1
<?php
2
require_once(__DIR__ . '/cesa.php');
2
require_once(__DIR__ . '/cesa.php');
3
require_once($CFG->dirroot . '/course/renderer.php');
-
 
4
 
-
 
5
 
-
 
6
require_login();
-
 
Línea 7... Línea 3...
7
 
3
 
8
global $PAGE;
4
global $PAGE;
Línea 9... Línea 5...
9
$PAGE->set_context(context_system::instance());
5
$PAGE->set_context(context_system::instance());
Línea 28... Línea 24...
28
        $this->blockManager->load_blocks(true);
24
        $this->blockManager->load_blocks(true);
Línea 29... Línea 25...
29
 
25
 
30
 
26
 
Línea 31... Línea 27...
31
 
27
 
32
        $this->validateIfExistBlock();
28
        $this->validateIfExistBlock();
33
        $this->redirectIfNotExistBlock('courses');
29
        $this->redirectIfNotExistBlock('statics_blocks');