theatereleven
Joined: 28 Sep 2010
Posts: 68
Location: Santa Monica, CA
|
| Posted: Thu Jan 13, 2011 8:08 am Post subject: How to create a custom home page on your Drupal / Zen site |
|
|
Just found out how easy this is in the Drupal.org forums:
If you have a drupal site using the Zen them, and you want a radically different home page than the rest of your theming, and you know how to code even simple HTML/CSS, then you're in luck.
Take your page.tpl.php from sites/all/themes/zen/zen to your subtheme folder, naming it page-front.tpl.php. Code out the page you want, flush your themes registry in Drupal and VOILA.
*Note - it will look for images, stylesheets and other files you reference in the root of your Drupal site. NOT the root of your subtheme. |
|