2006-03-10 06:53:01 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
2007-05-09 14:39:13 +00:00
|
|
|
<?php if (!empty($THEME->customcorners)) print_custom_corners_end(); ?>
|
2006-03-10 06:53:01 +00:00
|
|
|
</td>
|
2006-10-06 10:11:52 +00:00
|
|
|
<?php
|
2006-03-10 06:53:01 +00:00
|
|
|
print '<!-- End page content -->'."\n";
|
|
|
|
|
|
|
|
// The right column
|
|
|
|
if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) {
|
2007-02-15 03:21:05 +00:00
|
|
|
echo '<td style="vertical-align: top; width: '. $preferred_width_right .'px;" id="right-column">';
|
2006-03-10 06:53:01 +00:00
|
|
|
echo '<!-- Begin right side blocks -->'."\n";
|
2007-05-09 14:39:13 +00:00
|
|
|
if (!empty($THEME->customcorners)) print_custom_corners_start();
|
2006-03-10 06:53:01 +00:00
|
|
|
blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT);
|
|
|
|
print_spacer(1, 120, true);
|
2007-05-09 14:39:13 +00:00
|
|
|
if (!empty($THEME->customcorners)) print_custom_corners_end();
|
2006-03-10 06:53:01 +00:00
|
|
|
echo '<!-- End right side blocks -->'."\n";
|
|
|
|
echo '</td>';
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<?php
|
2006-04-24 03:36:02 +00:00
|
|
|
|
2006-10-06 10:11:52 +00:00
|
|
|
print_footer($course);
|
2006-04-24 03:36:02 +00:00
|
|
|
?>
|