Sobre o mestrado
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
HTML;
echo('
'.$OUTPUT->site_frontpage_news().'
');
?>
blocks_for_region('side-pre'))){
$class = "col-md-9";
}
else{
$class ="col-md-12";
}
global $DB;
$course_link = $CFG->wwwroot.'/course/view.php?id=';
// echo "
\n";
//
// echo "todos os cursos";
// echo(" Cursos Disponiveis
");
// echo " \n";
// echo "
\n";
// echo "
\n";
//
// $courses_list = $DB->get_records('course', array('visible'=>1));
//
// require_once($CFG->libdir.'/coursecatlib.php');
// foreach($courses_list as $course){
// if( $course->id == 1 ):
// continue;
// endif;
//
// $category = $DB->get_record('course_categories',array('id'=>$course->category));
// $course->categoryName = $category->name;
//
// $courseInList = new course_in_list($course);
// $contentimages = $contentfiles = '';
// foreach ($courseInList->get_course_overviewfiles() as $file) {
//
// $isimage = $file->is_valid_image();
// $url = file_encode_url("$CFG->wwwroot/pluginfile.php",
// '/'. $file->get_contextid(). '/'. $file->get_component(). '/'.
// $file->get_filearea(). $file->get_filepath(). $file->get_filename(), !$isimage);
// if ($isimage) {
// $contentimages .= html_writer::tag('div',
// html_writer::empty_tag('img', array('src' => $url)),
// array('class' => 'courseimage'));
// } else {
// $image = $this->output->pix_icon(file_file_icon($file, 24), $file->get_filename(), 'moodle');
// $filename = html_writer::tag('span', $image, array('class' => 'fp-icon')).
// html_writer::tag('span', $file->get_filename(), array('class' => 'fp-filename'));
// $contentfiles .= html_writer::tag('span',
// html_writer::link($url, $filename),
// array('class' => 'coursefile fp-filename-icon'));
// }
// }
// $content_img = $contentimages. $contentfiles;
//
//
// echo "-
//
//
";
// }
// echo "
\n";
// echo "
";
// echo "
";
// echo "\n";
?>
course_content_header();
echo $OUTPUT->main_content();
echo $OUTPUT->course_content_footer();
?>