Proyectos de Subversion Moodle

Rev

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

Rev 193 Rev 194
Línea 669... Línea 669...
669
 
669
 
670
        // Instanciamos StaticsBlocks para renderizar los bloques
670
        // Instanciamos StaticsBlocks para renderizar los bloques
671
        $statics_blocks = new \StaticsBlocks($this->page->title);
671
        $statics_blocks = new \StaticsBlocks($this->page->title);
672
        return $statics_blocks->renderBlocks();
672
        return $statics_blocks->renderBlocks();
-
 
673
    }
673
    }
674
 
674
    public function display_course_progress()
675
    public function display_course_progress()
675
    {
676
    {
676
        $html = null;
677
        $html = null;
677
        $html .= $this->courseprogress($this->page->course);
678
        $html .= $this->courseprogress($this->page->course);