hi to everyone,
I'm developing a theme for a new website and I would like to know somethings about theme develp.
I have to make an home page with a particular theme structure and others page with another structure...I don't know if i have to manage that as node.tpl implementation or as sub themes.
However, my problem is: I want to create 2 (or more) structure for different pages. They could be nodes or adminstrator's page. how can i do that? What do you advice me? Sub themes or what?
Thank you very much

ps.: I read documentation how to create themes, but if you have some tutorial for drupal 6, i'll thank you in advance.
vg

Comments

netbabu’s picture

Just create two template files:

page-front.tpl.php - Drupal will use this for home page
page.tpl.php - for all other pages.

It's very simple.

-Babu
Promote Drupal with Tshirts/merchandise: http://paramprojects.com/drupalstore
Drupal Projects showcase: http://paramprojects.com/website/drupal-servicesprojects

TuTToWeB’s picture

thank you...i'll try it as soon as possible.
however, do you know any link where i can read some tutorial?

netbabu’s picture

You can read Drupal handbooks. It's right here:

http://drupal.org/handbooks

-Babu
Promote Drupal with Tshirts/merchandise: http://paramprojects.com/drupalstore
Drupal Projects showcase: http://paramprojects.com/website/drupal-servicesprojects