Closed (fixed)
Project:
Block Theme
Version:
5.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Sep 2008 at 20:56 UTC
Updated:
30 Oct 2010 at 22:19 UTC
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.
Comments
Comment #1
JacobSingh commentedHi,
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
Comment #2
flavor commentedThank you!
Comment #3
bhuddle commentedUmmm... no way to delete a comment????
Comment #4
amateescu commentedBy @flavor's response in #2 I think this is fixed.