Skip to content
Snippets Groups Projects
Commit 86a60453 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Fixes to make TravisCI happy.

parent f1c4fa87
No related branches found
No related tags found
No related merge requests found
...@@ -154,7 +154,6 @@ class core_renderer extends \theme_boost\output\core_renderer { ...@@ -154,7 +154,6 @@ class core_renderer extends \theme_boost\output\core_renderer {
$html .= html_writer::start_div('pull-xs-left'); $html .= html_writer::start_div('pull-xs-left');
$html .= $this->context_header(); $html .= $this->context_header();
$html .= html_writer::end_div(); $html .= html_writer::end_div();
/** @noinspection SpellCheckingInspection */
$pageheadingbutton = $this->page_heading_button(); $pageheadingbutton = $this->page_heading_button();
if (empty($PAGE->layout_options['nonavbar'])) { if (empty($PAGE->layout_options['nonavbar'])) {
$html .= html_writer::start_div('clearfix w-100 pull-xs-left', array('id' => 'page-navbar')); $html .= html_writer::start_div('clearfix w-100 pull-xs-left', array('id' => 'page-navbar'));
......
...@@ -368,7 +368,8 @@ if ($ADMIN->fulltree) { ...@@ -368,7 +368,8 @@ if ($ADMIN->fulltree) {
get_string('navdrawerheadingsetting', 'theme_boost_campus', null, true), null); get_string('navdrawerheadingsetting', 'theme_boost_campus', null, true), null);
$page->add($setting); $page->add($setting);
// Create default homepage on top control widget (switch label and description depending on what will really happen on the site). // Create default homepage on top control widget
// (switch label and description depending on what will really happens on the site).
if (get_config('core', 'defaulthomepage') == HOMEPAGE_SITE) { if (get_config('core', 'defaulthomepage') == HOMEPAGE_SITE) {
$page->add(new admin_setting_configcheckbox('theme_boost_campus/defaulthomepageontop', $page->add(new admin_setting_configcheckbox('theme_boost_campus/defaulthomepageontop',
get_string('sitehomeontopsetting', 'theme_boost_campus', null, true), get_string('sitehomeontopsetting', 'theme_boost_campus', null, true),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment