diff --git a/theme/sky_high/config.php b/theme/sky_high/config.php index 5f6d6c6dc54..73fa8482b18 100644 --- a/theme/sky_high/config.php +++ b/theme/sky_high/config.php @@ -52,10 +52,12 @@ $THEME->parents = array( $THEME->sheets = array( - 'core', 'pagelayout', + 'core', 'menu', - 'report' + 'report', + 'admin', + 'settings' ); //////////////////////////////////////////////////// @@ -218,12 +220,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 //////////////////////////////////////////////////// @@ -231,13 +227,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 //////////////////////////////////////////////////// @@ -251,4 +240,3 @@ $THEME->csspostprocess = 'sky_high_process_css'; // Sets a custom render factory to use with the // theme, used when working with custom renderers. //////////////////////////////////////////////////// - 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() ?> + + -
+ + - -- -