diff --git a/theme/arialist/layout/frontpage.php b/theme/arialist/layout/frontpage.php index e3da3cc00ad..60f034753bb 100644 --- a/theme/arialist/layout/frontpage.php +++ b/theme/arialist/layout/frontpage.php @@ -1,4 +1,26 @@ . + +/** + * The frontpage layout for the Arialist theme. + * + * @package theme_arialist + * @copyright 2010 Patrick Malley (http://newschoollearning.com/) + * @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/arialist/layout/general.php b/theme/arialist/layout/general.php index 965902b6013..fc32ff9b9d3 100644 --- a/theme/arialist/layout/general.php +++ b/theme/arialist/layout/general.php @@ -1,4 +1,26 @@ . + +/** + * The default layout for the Arialist theme. + * + * @package theme_arialist + * @copyright 2010 Patrick Malley (http://newschoollearning.com/) + * @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/arialist/layout/report.php b/theme/arialist/layout/report.php index 4a44880b8ab..e475c9cd6b9 100644 --- a/theme/arialist/layout/report.php +++ b/theme/arialist/layout/report.php @@ -1,4 +1,26 @@ . + +/** + * The report layout for the Arialist theme. + * + * @package theme_arialist + * @copyright 2010 Patrick Malley (http://newschoollearning.com/) + * @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/arialist/lib.php b/theme/arialist/lib.php index 9ed5f6e6c00..173da18511a 100644 --- a/theme/arialist/lib.php +++ b/theme/arialist/lib.php @@ -1,4 +1,26 @@ . + +/** + * This file contains functions specific to the Arialist theme. + * + * @package theme_arialist + * @copyright 2010 Patrick Malley (http://newschoollearning.com/) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ /** * Makes our changes to the CSS diff --git a/theme/arialist/settings.php b/theme/arialist/settings.php index 4510dcec6cf..cefb79a46f2 100644 --- a/theme/arialist/settings.php +++ b/theme/arialist/settings.php @@ -1,7 +1,25 @@ . /** - * Settings for the arialist theme + * Settings for the Arialist theme + * + * @package theme_arialist + * @copyright 2010 Patrick Malley (http://newschoollearning.com/) + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die;