file installer.php was added on branch MOODLE_19_STABLE on 2010-02-21 15:08:27 +0000
[moodle.git] / blog / footer.php
blobd01553e1a950a3514c03defd7beffd9bda8c7c04
1 </td>
2 </tr>
3 </table>
4 <?php print_container_end(); ?>
5 </td>
6 <?php
7 print '<!-- End page content -->'."\n";
9 // The right column
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";
18 echo '</td>';
22 </tr>
23 </table>
25 <?php
27 print_footer($course);