By STyL3 on
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
You have to use
You have to use page-front.tpl.php, not front-page.tpl.php, then it should work.
awesome thanks!
awesome thanks!
FYI, that is a template
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–
Thanks. I did not realised it
Thanks. I did not realised it needed to be page-front.tpl.php.