I am trying to design a new theme, that having side-pre region and bottom region.
In this bottom region(From left to right) I have to add 4 blocks side by side. Please help me, how to define the region(area, location) and in which files I have to modify.
Thanks.
You can set your custom region in theme/config.php file, for example –
And define region in layout file theme/layout/yourlayout.php
For more detail look into moodle doc –
http://docs.moodle.org/dev/Themes_2.0