mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'WIP-MDL-39871_master' of git://github.com/nadavkav/moodle
This commit is contained in:
commit
0fd451b7ad
5 changed files with 38 additions and 48 deletions
|
@ -487,6 +487,11 @@ class theme_config {
|
|||
}
|
||||
}
|
||||
|
||||
// Use parent theme's "blockrtlmanipulations" if it was defined and if it was not defined on current theme.
|
||||
if (empty($this->blockrtlmanipulations) and !empty($parent_config->blockrtlmanipulations)) {
|
||||
$this->blockrtlmanipulations = $parent_config->blockrtlmanipulations;
|
||||
}
|
||||
|
||||
//fix arrows if needed
|
||||
$this->check_theme_arrows();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue