Posted by namrita on August 12, 2008 at 11:23am
hi every1,
im new to drupal, can any1 pls suggest a tutorial for creating your own theme in drupal 5.7 or 6.
Thanks in advance
hi every1,
im new to drupal, can any1 pls suggest a tutorial for creating your own theme in drupal 5.7 or 6.
Thanks in advance
Comments
I think best way is to read
I think best way is to read the theme part in "Pro Drupal Development" book. I use it when I create my first theme.
I don't know about Drupal 5.7, I'm using 6 , so in version 6.X the most important files in the theme is themename.info and page.tpl.php
Read http://drupal.org/theme-guide you will find a lot of useful information about theming.
Check out this tool http://xtnd.us/drupal/themestarter which helps you to create the info file
Good luck