Posted by hamish on January 16, 2011 at 12:47pm
I can't seem to override the page-front.tpl.php with my subtheme's page-front.tpl.php. I have tried deleting the main themes file but this does not make the subtheme's -front.tpl visible. I have followed the ardi procedure and created the folder page where i load the pages that need be overridden within the subtheme. I can override the other tpl pages but not the page-front.tpl.php.
Any suggestions, thanks
Categories: subtheme, Design/Theme
Comments
Try adding the general
Try adding the general page.tpl.php to your subtheme.
Works a treat
great that worked just fine. Strange that you need to add the page.tpl.php so the page-front.tpl.php works..
Thanks
Weird
Yes, thats weird. Why is it like that?