Are template overrides (e.g., page.tpl.php) supported in subthemes? Do I have to edit the template.php file to enable it somehow?
Are template overrides (e.g., page.tpl.php) supported in subthemes? Do I have to edit the template.php file to enable it somehow?
Comments
Comment #1
Jeff Burnz commentedYou can just add templates to the sub-theme no problem. Please view our docs page:
http://adaptivethemes.com/documentation/using-template-overrides
The information is the same as for Footheme as any other theme, except that you should first look in the theme you are overrding for a template to copy, for example if you are sub-theming Corolla and you want to override page.tpl.php, then copy the page.tpl.php file from Corolla.
Comment #2
chuntley commentedWonderful. I somehow missed that particular docs page this afternoon.
My template overrides are working now. Thanks.
Comment #3
Jeff Burnz commentedLOL, well, actually, I wrote it this afternoon - your post prompted me to write it, I thought it might be helpful to others as well. Cheers.