mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-48160 theme: Improve all block region layouts when coded for RTL.
This commit is contained in:
parent
4c27f52d91
commit
73b425be07
12 changed files with 148 additions and 69 deletions
|
@ -38,8 +38,3 @@ $THEME->editor_sheets = array();
|
|||
|
||||
$THEME->rendererfactory = 'theme_overridden_renderer_factory';
|
||||
$THEME->csspostprocess = 'theme_more_process_css';
|
||||
|
||||
$THEME->blockrtlmanipulations = array(
|
||||
'side-pre' => 'side-post',
|
||||
'side-post' => 'side-pre'
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue