. /** * Embedded layout for the mymobile theme * * @package theme * @subpackage mymobile * @copyright John Stabinger * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ if (!empty($PAGE->theme->settings->colourswatch)) { $showswatch = $PAGE->theme->settings->colourswatch; } else { $showswatch = "light"; } if ($showswatch == "light") { $datatheme = 'b'; $databodytheme = 'd'; } else { $datatheme = 'a'; $databodytheme = 'c'; } $mypagetype = $PAGE->pagetype; echo $OUTPUT->doctype() ?> htmlattributes() ?>> <?php echo $PAGE->title ?> standard_head_html() ?> standard_top_of_body_html() ?>
main_content(); ?>

heading ?> 

main_content(); ?>
standard_end_of_body_html() ?>