You are here

students_results.tpl.php in Opigno Statistics App 7

Opigno statistics app - Class - Students results template file

File

templates/group/class/widgets/students_results/students_results.tpl.php
View source
<?php

/**
 * @file
 * Opigno statistics app - Class - Students results template file
 *
 * @param array $students_results
 */
?>
<div class="opigno-statistics-app-widget" id="opigno-statistics-app-class-widget-students-results">
  <h2><?php

print t('Students results');
?></h2>
  <?php

print theme('opigno_statistics_app_class_widget_students_results_list', compact('students_results'));
?>
</div>