June 2017
Beginner to intermediate
368 pages
8h 31m
English
Each Moodle page can have its own corresponding layout script, and these are specified in the theme's /layout folder:

How does this work in practice? The "three column" course layout that the Clean theme renders by default is formatted via the columns3.php script. Each script echoes to the browser the basic HTML structure of a page - minus the content provided (later on in the process) by individual plugins (provided by blocks, for example). Each one of these layout files will need to be updated, so go ahead and do that now.
Read now
Unlock full access