mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
f521f98a22
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
18 lines
432 B
HTML
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 --> |