When attempting to load Admin > Site Config > Themes after downloading the adc CVS theme, an error is reported:

Parse error: parse error, unexpected '.' in /themes/adc/adc.theme on line 78

The problem is a semi-colon, which should be removed, appearing right before the period.

Comments

al’s picture

Silly bug introduced when I removed the check_output()s from all the themes. Fixed.

al’s picture

This bugfix was trivial. CLOSING.