by tim st.clair.
In my custom theme, I'm trying to change the layout of the course category list page. In config.php I've added this to the $THEME->layouts array
'coursecategory'=> array(
'file'=>'category.php',
'regions'=> array('side-post'),
'defaultregion'=>'side-post',
),
i've created the category.php page in the layouts folder, and bumped the version (just in case) and re-loaded the plugin... but it just doesn't work (for admin, or for student, assume it's borked for other roles too). Any thoughts on what to try next?