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

JacobSingh’s picture

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

flavor’s picture

Thank you!

bhuddle’s picture

Ummm... no way to delete a comment????

amateescu’s picture

Status: Active » Closed (fixed)

By @flavor's response in #2 I think this is fixed.