0

I am working on a site which has a RapidWeaver Theme ( f_fusion ). But I am more of a developer than a designer. Is there any way for us to convert a RapidWeaver theme easily to a Drupal6 theme so that all the styling remains the same ?

svabhishek
  • 83
  • 1
  • 7

1 Answers1

1

Yes, it's possible, particularly if you're a developer since it's really a question of taking the HTML & CSS from the RapidWeaver Theme and placing Drupal variables in it.

Start with checking this link to get an overall idea about Drupal Theming

When you know how to create a basic theme structure, you should learn how to modify the page.tpl.php file to start with, after that it will of course depends on the specifics of your site but you definitely should be on your way.

If you want to dig deeper, check this book: Pro Drupal Development

PatrickS
  • 9,539
  • 2
  • 27
  • 31