Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/theme/standardold/layout/embedded.php
Go to the documentation of this file.
00001 <?php echo $OUTPUT->doctype() ?>
00002 <html <?php echo $OUTPUT->htmlattributes() ?>>
00003 <head>
00004     <title><?php echo $PAGE->title ?></title>
00005     <link rel="shortcut icon" href="<?php echo $OUTPUT->pix_url('favicon', 'theme')?>" />
00006     <?php echo $OUTPUT->standard_head_html() ?>
00007 </head>
00008 <body id="<?php p($PAGE->bodyid) ?>" class="<?php p($PAGE->bodyclasses) ?>">
00009 <?php echo $OUTPUT->standard_top_of_body_html() ?>
00010 
00011 <div id="page">
00012 
00013 <!-- END OF HEADER -->
00014 
00015     <div id="content" class="clearfix">
00016         <?php echo $OUTPUT->main_content() ?>
00017     </div>
00018 
00019 <!-- START OF FOOTER -->
00020 </div>
00021 <?php echo $OUTPUT->standard_end_of_body_html() ?>
00022 </body>
00023 </html>
 All Data Structures Namespaces Files Functions Variables Enumerations