3 * End of the HTML template for viewing pages
6 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
10 <!-- Start view end -->
12 <?php if (lesson_blocks_have_content($lesson, $pageblocks, BLOCK_POS_RIGHT
)) { ?>
13 <td id=
"right-column" style=
"width: <?php echo $rightcolumnwidth; ?>px;">
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
);