Cannot get Blocktheme working on Custom Front page (page-front.tpl.php)
flavor - September 2, 2008 - 20:56
| Project: | Block Theme |
| Version: | 5.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
My front page of my site runs off a template called:
page-front.tpl.php
The inside pages run off
page.tpl.php
Blocktheme runs fine on the inner pages but will not run on my page-front.tpl.php
My theme name is 174a_framework - it lives in the themes folder.
Any idea how to get it to work on my page-front.tpl.php? Its my last hurdle on implementing this module...
Thanks.

#1
Hi,
There should be no difference between the front page and the inside pages...
CHeck out phptemplate_block or 174a_framework_block in template.php. Add a var_dump($block) at the top of it, to ensure that it is getting called on both inside pages and front pages. It's also possible you are view the site as anonymous and it is cached?
Best,
Jacob
#2
Thank you!
#3
Ummm... no way to delete a comment????