; See http://d-theme.com/candy_corn for the original description. ; You need a .info file for themes in Drupal 6. ; The file is similar to the .info file used in Drupal modules. ; The .info file can contain comments starting with a semi colon, ;, ; so start documenting your theme with a comment similar to the following. ; Mondrian converted to Drupal 6 at PeterMoulding.com. ; You tell Drupal the name of the theme by adding the following line. ; This is the public name Drupal uses in the theme list. ; Internally Drupal will use the theme directory name. name = Mondrian ; Add the following description. ; This is the text displayed under the theme name in the theme list. ; You can also add a screen shot to show the result. description = Think outside the circle with artistic effect. ; I mentioned a screenshot. ; You can identify the screenshot with a line similar to the following. ; I made it a comment because I do not yet have a screenshot. ;screenshot = screenshot.png ; The project line is optional. ; When you produce lots of themes, you can group them into projects. project = "Art" ; Give your theme a version so people can tell the difference between versions of your theme. ; The following common format tells people the theme is for any version of Drupal 6 ; and is an early beta version, 0.1, of the Drupal 6 version. version = "6.x-0.1" ; Drupal will check the version of Drupal need for the theme. ; This will be important when Drupal 7 arrives and you are in the middle of swapping your themes over. core = "6.x" ; Drupal can use multiple theme engines to apply your theme to the page. ; The built in theme engine is phptemplate. ; Request phptemplate for your theme using the following line. engine = phptemplate ; You can optionally indicate the date when the theme was last updated. ; This is usually inserted automatically by version control software. ; The version is more important because it can be understood by humans. datestamp = "1235606400" ; The following line is optional because it is the default in Drupal. ; You only have to add stylesheets lines when you use more than one stylesheet ; or you use a name different to the default. stylesheets[all][] = style.css stylesheets[all][] = layout.css stylesheets[all][] = typography.css stylesheets[all][] = system.css