Closed (fixed)
Project:
Drupal core
Version:
6.10
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Mar 2009 at 13:16 UTC
Updated:
16 Oct 2011 at 12:20 UTC
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
Comment #1
pavloukos commentedI 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.
Comment #2
Melissamcewen commentedHey, that's not a colon, it's a semicolon and this page has some useful info about them
http://shutterfreak.net/node/69
Comment #3
pavloukos commented