From 9be1c873ff2d2a7ab5fdfdd3cd1ad9d19bc3488f Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Mon, 17 Feb 2014 11:23:15 +1300 Subject: [PATCH] MDL-44212 theme_splash: unified @package use and improved coding style --- theme/splash/layout/embedded.php | 2 +- theme/splash/layout/report.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/splash/layout/embedded.php b/theme/splash/layout/embedded.php index 1c62999c9b5..f31a08055ce 100644 --- a/theme/splash/layout/embedded.php +++ b/theme/splash/layout/embedded.php @@ -15,7 +15,7 @@ // along with Moodle. If not, see . /** - * General layout for the splash theme + * Embedded layout for the splash theme * * @package theme_splash * @copyright 2012 Caroline Kennedy - Synergy Learning diff --git a/theme/splash/layout/report.php b/theme/splash/layout/report.php index 2c8b0eab69f..1ce85c32d9e 100644 --- a/theme/splash/layout/report.php +++ b/theme/splash/layout/report.php @@ -15,7 +15,7 @@ // along with Moodle. If not, see . /** - * General layout for the splash theme + * Report layout for the splash theme * * @package theme_splash * @copyright 2012 Caroline Kennedy - Synergy Learning