MDL-9700:
[moodle-linuxchix.git] / blog / footer.php
blob046e32a697e4459d7266ca34422e062e1eab3939
1 </td>
2 </tr>
3 </table>
4 </td>
5 <?php
6 print '<!-- End page content -->'."\n";
8 // The right column
9 if (blocks_have_content($pageblocks, BLOCK_POS_RIGHT) || $editing) {
10 echo '<td style="vertical-align: top; width: '. $preferred_width_right .'px;" id="right-column">';
11 echo '<!-- Begin right side blocks -->'."\n";
12 blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT);
13 print_spacer(1, 120, true);
14 echo '<!-- End right side blocks -->'."\n";
15 echo '</td>';
19 </tr>
20 </table>
22 <?php
24 print_footer($course);