I've read through the D6 theming guide but am still unsure of what i need to do to make mysite.com point to front-page.tpl.php. Maybe I missed it, but I can't seem to figure it out.

I basically want to use front-page.tpl.php if you are on the front page and use the page.tpl.php for every other page. Any suggestions as to how i can go about this?

Comments

ugerhard’s picture

You have to use page-front.tpl.php, not front-page.tpl.php, then it should work.

STyL3’s picture

awesome thanks!

dvessel’s picture

FYI, that is a template naming suggestion and all the ones set from core is documented.

http://drupal.org/node/190815#template-suggestions

joon park
–the devil in the details–

progesterone’s picture

Thanks. I did not realised it needed to be page-front.tpl.php.