diff --git a/theme/sky_high/config.php b/theme/sky_high/config.php index 2f7c358f4ad..4344ffa0448 100644 --- a/theme/sky_high/config.php +++ b/theme/sky_high/config.php @@ -52,11 +52,12 @@ $THEME->parents = array( $THEME->sheets = array( - 'core', 'pagelayout', + 'core', 'menu', 'report', - 'admin' + 'admin', + 'settings' ); //////////////////////////////////////////////////// @@ -220,12 +221,6 @@ $THEME->csspostprocess = 'sky_high_process_css'; // Overrides the right arrow image used throughout Moodle //////////////////////////////////////////////////// -// $THEME->layouts - -//////////////////////////////////////////////////// -// An array setting the layouts for the theme -//////////////////////////////////////////////////// - // $THEME->parents_exclude_javascripts //////////////////////////////////////////////////// @@ -233,13 +228,6 @@ $THEME->csspostprocess = 'sky_high_process_css'; // the themes parents //////////////////////////////////////////////////// -// $THEME->parents_exclude_sheets - -//////////////////////////////////////////////////// -// An array of stylesheets not to inherit from the -// themes parents -//////////////////////////////////////////////////// - // $THEME->plugins_exclude_sheets //////////////////////////////////////////////////// @@ -252,5 +240,4 @@ $THEME->csspostprocess = 'sky_high_process_css'; //////////////////////////////////////////////////// // Sets a custom render factory to use with the // theme, used when working with custom renderers. -//////////////////////////////////////////////////// - +//////////////////////////////////////////////////// \ No newline at end of file diff --git a/theme/sky_high/layout/frontpage.php b/theme/sky_high/layout/frontpage.php index f09862d8482..eced8e3dab6 100644 --- a/theme/sky_high/layout/frontpage.php +++ b/theme/sky_high/layout/frontpage.php @@ -113,27 +113,38 @@ echo $OUTPUT->doctype() ?> + + -
+ + - -- -