You are here

course_lessons.tpl.php in Opigno Statistics App 7

Opigno statistics app - Course - Course lessons template file

File

templates/group/course/widgets/course_lessons/course_lessons.tpl.php
View source
<?php

/**
 * @file
 * Opigno statistics app - Course - Course lessons template file
 *
 * @param array $course_lessons
 */
?>
<div class="opigno-statistics-app-widget" id="opigno-statistics-app-course-widget-course-lessons">
  <h2><?php

print t('Course lessons');
?></h2>
  <?php

print theme('opigno_statistics_app_course_widget_course_lessons_list', compact('course_lessons'));
?>
</div>