Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
ab5884d1
Commit
ab5884d1
authored
Aug 31, 2015
by
Eloy Lafuente (stronk7)
Browse files
Merge branch 'MDL-49536-28' of
git://github.com/ryanwyllie/moodle
into MOODLE_28_STABLE
parents
0448dbe7
d74ec947
Changes
1
Hide whitespace changes
Inline
Side-by-side
theme/clean/lib.php
View file @
ab5884d1
...
...
@@ -139,7 +139,8 @@ function theme_clean_get_html_for_settings(renderer_base $output, moodle_page $p
$return
->
navbarclass
.
=
' navbar-inverse'
;
}
if
(
!
empty
(
$page
->
theme
->
settings
->
logo
))
{
if
(
!
empty
(
$page
->
theme
->
settings
->
logo
)
&&
(
$page
->
pagelayout
==
'frontpage'
||
$page
->
pagelayout
==
'login'
))
{
$return
->
heading
=
html_writer
::
link
(
$CFG
->
wwwroot
,
''
,
array
(
'title'
=>
get_string
(
'home'
),
'class'
=>
'logo'
));
}
else
{
$return
->
heading
=
$output
->
page_heading
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment