I have CVS-write access, however I have no idea how to use it. I have gotten no help on the drupal or drupal-support irc forums, so I am posting the file here in hopes that someone will add it to the CVS repository.

It will be attached to the next post since you can't attach to the first post it seems.

Comments

ron williams’s picture

It appears uploads have been disabled.

The theme is available at http://www.lithicmedia.com/drupal/solarflare.zip

Ron Williams
http://ronwilliams.io/

victorkane’s picture

You have hard coded the background images for #header and #footer, for example, in the latter:

background-image: url('/themes/solarflare/foot960.jpg');

Since Drupal may be installed in a subdirectory, that leading slash will prevent the images from being correctly referenced.

I changed the url to plain 'foot960.jpg' (and 'head960.png') since everything is in the same directory as style.css, and then I could see them.

People who would otherwise be available to help you on the CVS questions are extremely busy right now working on the open issues in Drupal 5.0-rc2, so as to be able to bring out Drupal 5.0 as soon as possible, so please be patient on that score.

Victor Kane
http://awebfactory.com.ar

ron williams’s picture

This issue is resolved

Ron Williams
http://ronwilliams.io/