Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/theme/formal_white/layout/embedded.php
Go to the documentation of this file.
00001 <?php
00002 defined('MOODLE_INTERNAL') || die();
00003 
00004 echo $OUTPUT->doctype() ?>
00005 <html <?php echo $OUTPUT->htmlattributes() ?>>
00006 <head>
00007     <title><?php echo $PAGE->title ?></title>
00008     <link rel="shortcut icon" href="<?php echo $OUTPUT->pix_url('favicon', 'theme')?>" />
00009     <?php echo $OUTPUT->standard_head_html() ?>
00010 </head>
00011 <body id="<?php p($PAGE->bodyid) ?>" class="<?php p($PAGE->bodyclasses) ?>">
00012 <?php echo $OUTPUT->standard_top_of_body_html(); ?>
00013 
00014     <div id="page-content">
00015         <div id="region-main-box">
00016             <div id="region-post-box">
00017 
00018                 <!-- main mandatory content of the moodle page  -->
00019                 <div id="region-main-wrap">
00020                     <div id="region-main">
00021                         <div class="region-content">
00022                             <?php echo $OUTPUT->main_content() ?>
00023                         </div>
00024                     </div>
00025                 </div>
00026                 <!-- end of main mandatory content of the moodle page -->
00027 
00028             </div>
00029         </div>
00030     </div>
00031 
00032 <?php echo $OUTPUT->standard_end_of_body_html(); ?>
00033 </body>
00034 </html>
 All Data Structures Namespaces Files Functions Variables Enumerations