| [ Index ] |
PHP Cross Reference of Moodle 1.9.3 [Build 15-Oct-2008] |
[Summary view] [Print] [Text view]
1 </td> 2 </tr> 3 </table> 4 <?php print_container_end(); ?> 5 </td> 6 <?php 7 print '<!-- End page content -->'."\n"; 8 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>'; 19 } 20 ?> 21 22 </tr> 23 </table> 24 25 <?php 26 27 print_footer($course); 28 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Wed Jan 14 11:33:29 2009 | Cross-referenced by PHPXref 0.7 |