Hi, if my custom theme's info file doesn't start with a colon (;), the theme's name (the one set with the name key) isn't displayed on the themes' list at drupal/admin/build/themes. Everything else though works fine.

info file used:

name = SC
description = SC description
version = 0.0.1
core = 6.x
engine = phptemplate
stylesheets[all][] = style.css

Comments

pavloukos’s picture

I forgot to mention that this only happens when the info file has been saved in UTF-8 encoding.
I tested it with Garland as the administration theme.

Melissamcewen’s picture

Hey, that's not a colon, it's a semicolon and this page has some useful info about them
http://shutterfreak.net/node/69

pavloukos’s picture

Status: Active » Closed (fixed)