4 <?php
print_container_end(); ?
>
7 print '<!-- End page content -->'."\n";
10 if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT
) ||
$editing) {
11 echo '<td style="vertical-align: top; width: '. $preferred_width_right .'px;" id="right-column">';
12 echo '<!-- Begin right side blocks -->'."\n";
13 print_container_start();
14 blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT
);
15 print_spacer(1, 120, true);
16 print_container_end();
17 echo '<!-- End right side blocks -->'."\n";
27 print_footer($course);