diff --git a/theme/boxxie/layout/embedded.php b/theme/boxxie/layout/embedded.php
index 9b1f965d233..d1b79529622 100644
--- a/theme/boxxie/layout/embedded.php
+++ b/theme/boxxie/layout/embedded.php
@@ -1,4 +1,27 @@
-doctype() ?>
+.
+
+/**
+ * An embedded layout for the Boxxie theme.
+ *
+ * @package theme_boxxie
+ * @copyright 2010 Patrick Malley
+ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ */
+echo $OUTPUT->doctype() ?>
htmlattributes() ?>>
title ?>
diff --git a/theme/boxxie/layout/frontpage.php b/theme/boxxie/layout/frontpage.php
index 2cde03ac14f..560e459d973 100644
--- a/theme/boxxie/layout/frontpage.php
+++ b/theme/boxxie/layout/frontpage.php
@@ -1,4 +1,26 @@
.
+
+/**
+ * The frontpage layout for the Boxxie theme.
+ *
+ * @package theme_boxxie
+ * @copyright 2010 Patrick Malley
+ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ */
$hasheading = ($PAGE->heading);
$hasnavbar = (empty($PAGE->layout_options['nonavbar']) && $PAGE->has_navbar());
diff --git a/theme/boxxie/layout/general.php b/theme/boxxie/layout/general.php
index 89287d14d4b..160f7d14442 100644
--- a/theme/boxxie/layout/general.php
+++ b/theme/boxxie/layout/general.php
@@ -1,4 +1,26 @@
.
+
+/**
+ * The default layout for the Boxxie theme.
+ *
+ * @package theme_boxxie
+ * @copyright 2010 Patrick Malley
+ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
+ */
$hasheading = ($PAGE->heading);
$hasnavbar = (empty($PAGE->layout_options['nonavbar']) && $PAGE->has_navbar());