diff --git a/lib.php b/lib.php index f6ccbaef9756867d641b97eea174826b5017df9c..a0b34630aaa91b60ca2f9e2ad48a7f51a1155219 100644 --- a/lib.php +++ b/lib.php @@ -32,9 +32,9 @@ defined('MOODLE_INTERNAL') || die(); * @return string */ function theme_boost_campus_child_get_extra_scss($theme) { - // Get the config from parent theme boost_campus + // Get the config from parent theme boost_campus. $boostcampusconfig = theme_config::load('boost_campus'); - // Retrieve its SCSS + // Retrieve its SCSS. $boostcampusscss = $boostcampusconfig->settings->scss; $content = '';