MDL-11517 reserved word MOD used in table alias in questions backup code
[moodle-pu.git] / blog / footer.php
blob7eca8a2cb515d66940d473508e85d2f3d3f0b571
1 </td>
2 </tr>
3 </table>
4 <?php if (!empty($THEME->customcorners)) print_custom_corners_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 if (!empty($THEME->customcorners)) print_custom_corners_start();
14 blocks_print_group($PAGE, $pageblocks, BLOCK_POS_RIGHT);
15 print_spacer(1, 120, true);
16 if (!empty($THEME->customcorners)) print_custom_corners_end();
17 echo '<!-- End right side blocks -->'."\n";
18 echo '</td>';
22 </tr>
23 </table>
25 <?php
27 print_footer($course);