MDL-15942 - separate data escaped for database entry from unescaped data
[moodle-linuxchix.git] / mod / lesson / viewend.html
blobf2760960a289d9d1dccbecfc7d1432be555a1776
1 <?php // $Id$
2 /**
3 * End of the HTML template for viewing pages
5 * @version $Id$
6 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
7 * @package lesson
8 **/
9 ?>
10 <!-- Start view end -->
11 </td>
12 <?php if (lesson_blocks_have_content($lesson, $pageblocks, BLOCK_POS_RIGHT)) { ?>
13 <td id="right-column" style="width: <?php echo $rightcolumnwidth; ?>px;">
14 <?php
15 lesson_print_clock_block($cm->id, $lesson, $timer);
16 lesson_print_mediafile_block($cm->id, $lesson);
18 if (!empty($CFG->showblocksonmodpages)) {
19 if ((blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $PAGE->user_is_editing())) {
20 blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT);
24 </td>
25 <?php } ?>
26 </tr>
27 </table>
28 <!-- End view end -->