diff --git a/theme/clean/config.php b/theme/clean/config.php index d13ea7446e1..240f5b67939 100644 --- a/theme/clean/config.php +++ b/theme/clean/config.php @@ -55,3 +55,8 @@ $THEME->plugins_exclude_sheets = array( $THEME->rendererfactory = 'theme_overridden_renderer_factory'; $THEME->csspostprocess = 'clean_process_css'; + +$THEME->blockrtlmanipulations = array( + 'side-pre' => 'side-post', + 'side-post' => 'side-pre' +); \ No newline at end of file diff --git a/theme/clean/layout/columns1.php b/theme/clean/layout/columns1.php new file mode 100644 index 00000000000..16d10fe9e5d --- /dev/null +++ b/theme/clean/layout/columns1.php @@ -0,0 +1,91 @@ +. + +// Get the HTML for the settings bits. +$html = theme_clean_get_html_for_settings($OUTPUT, $PAGE); + +echo $OUTPUT->doctype() ?> +htmlattributes(); ?>> +
+