moodle/mod/lesson/viewend.html
mark-nielsen f521f98a22 modified some strings to add more meaning to buttons and links
left menu, clock and media file all display like blocks
some general code cleanup eg: went through several of the todo's in the code
2006-12-30 17:29:44 +00:00

18 lines
432 B
HTML

<?php // $Id$
/**
* End of the HTML template for viewing pages
*
* @version $Id$
* @license http://www.gnu.org/copyleft/gpl.html GNU Public License
* @package lesson
**/
?>
<!-- Start view end -->
</td>
<td>
<?php print_clock_block($cm->id, $lesson, $timer); ?>
<?php print_mediafile_block($cm->id, $lesson); // If there is one ?>
</td>
</tr>
</table>
<!-- End view end -->