By mshort on
I am trying to start a new theme but it keeps telling me "Drupal 6 Theme
This version is incompatible with the 6.9 version of Drupal core."
here is the contents of my .info file if someone could please tell me what i'm doing wrong that'd be great. thanks
mytheme.info
name = mytheme
description = Drupal 6 Theme
version = VERSION
Core = 6.x
engine = phptemplate
regions[left] = Left sidebar
regions[right] = right sidebar
regions[content] = content
regions[header] = header
regions[footer] = footer
stylesheets[all][] = style.css
Comments
Reference
This is information about the info-file, and these are the default values.
Maybe filling out your version could solve the problem (eg "6.x-1.0-beta3" instead of "VERSION").
I had tried filling out the
I had tried filling out the version, i switched to version coz thats what the exsisting themes used.