Proyectos de Subversion Moodle

Rev

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

Rev 230 Rev 240
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 41... Línea -...
41
 
-
 
42
require_once($CFG->dirroot . '/cesa/statics_blocks.php'); // Incluimos StaticsBlocks
-
 
43
 
41
 
44
/**
42
/**
45
 * Renderers to align Moodle's HTML with that expected by Bootstrap
43
 * Renderers to align Moodle's HTML with that expected by Bootstrap
46
 *
44
 *
47
 * @package    theme_universe
45
 * @package    theme_universe
Línea 658... Línea 656...
658
    }
656
    }
Línea 659... Línea 657...
659
 
657
 
660
 
658
 
-
 
659
    public function render_statics_blocks($userid = null)
-
 
660
    {
-
 
661
 
661
    public function render_statics_blocks($userid = null)
662
        require_once($CFG->dirroot . '/cesa/statics_blocks.php'); // Incluimos StaticsBlocks
Línea 662... Línea 663...
662
    {
663
 
663
        global $USER;
664
        global $USER;
664
 
665