MDL-71610 theme_boost: remove edit button from Boost
This commit is contained in:
@@ -5434,7 +5434,7 @@ class settings_navigation extends navigation_node {
|
||||
}
|
||||
$frontpage->id = 'frontpagesettings';
|
||||
|
||||
if ($this->page->user_allowed_editing()) {
|
||||
if ($this->page->user_allowed_editing() && !$this->page->theme->haseditswitch) {
|
||||
|
||||
// Add the turn on/off settings
|
||||
$url = new moodle_url('/course/view.php', array('id'=>$course->id, 'sesskey'=>sesskey()));
|
||||
|
||||
Reference in New Issue
Block a user