Hi all
Moodle 2.5 question
I have cloned the 'clean' theme and that is working fine. However, I want to change the front page to 'pre-side' only and remove the right hand column.
If I copy $THEME->layouts = array( etc etc ) to my new Theme, making changes to the layout has no effect.
If I delete , 'side-post' on the config.php in bootstrapbase theme, the desired change takes place.
Shouldn't the child theme be able to override the parent? Am I doing it wrong??
Thanks all
Brian