Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-theme_boost_campus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle-theme_boost_campus
Commits
86a60453
Commit
86a60453
authored
8 years ago
by
Kathrin Osswald
Browse files
Options
Downloads
Patches
Plain Diff
Fixes to make TravisCI happy.
parent
f1c4fa87
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
classes/output/core_renderer.php
+0
-1
0 additions, 1 deletion
classes/output/core_renderer.php
settings.php
+2
-1
2 additions, 1 deletion
settings.php
with
2 additions
and
2 deletions
classes/output/core_renderer.php
+
0
−
1
View file @
86a60453
...
@@ -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'
));
...
...
This diff is collapsed.
Click to expand it.
settings.php
+
2
−
1
View file @
86a60453
...
@@ -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
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment