Hi

I am trying to create a new theme with the .INFO file so I have created a sub directory in sites/all/themes/sitename

in site name I have a very basic .INFO file

name = siteName
description = siteName
version = VERSION
core = 6.x
engine = phptemplate

But this is not being read in the themes section of the site.
I even took the garland theme's .INFO (copied it) file and just changed the name and location of the file (into my theme file) but nothing.

Any solutions?

im using the latest install from acquia

Comments

jjmackow’s picture

Have you had luck installing contributed themes and getting Drupal to recognize them? Zen has extraordinary documentation and if you follow its readme, you might be up and running with a subtheme from it within an hour.

cheers,

kev

Anonymous’s picture

Thanks kev ,Im going to try that now