. /** * 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() ?>>