Proyectos de Subversion Moodle

Rev

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

Rev 240 Rev 241
Línea 37... Línea 37...
37
use get_string;
37
use get_string;
38
use core_course_category;
38
use core_course_category;
39
use theme_universe\util\user;
39
use theme_universe\util\user;
40
use theme_universe\util\course;
40
use theme_universe\util\course;
Línea -... Línea 41...
-
 
41
 
-
 
42
require_once($CFG->dirroot . '/cesa/statics_blocks.php'); // Incluimos StaticsBlocks
-
 
43
 
41
 
44
 
42
/**
45
/**
43
 * Renderers to align Moodle's HTML with that expected by Bootstrap
46
 * Renderers to align Moodle's HTML with that expected by Bootstrap
44
 *
47
 *
45
 * @package    theme_universe
48
 * @package    theme_universe
Línea 656... Línea 659...
656
    }
659
    }
Línea 657... Línea 660...
657
 
660
 
658
 
661
 
659
    public function render_statics_blocks($userid = null)
-
 
660
    {
-
 
661
 
-
 
662
        require_once($CFG->dirroot . '/cesa/statics_blocks.php'); // Incluimos StaticsBlocks
662
    public function render_statics_blocks($userid = null)
Línea 663... Línea 663...
663
 
663
    {
664
        global $USER;
664
        global $USER;
665
 
665