Closed (fixed)
Project:
Groundwork
Version:
7.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2012 at 15:23 UTC
Updated:
15 Jan 2012 at 19:11 UTC
On groundwork/theme-settings.php theres a typo at line 198 who lead to a php parsing error:
PHP Parse error: syntax error, unexpected ',' in /home/xxxxxxxxxxxxx/public_html/sites/all/themes/groundwork/groundwork/theme-settings.php on line 198
Is:
'#description' => t('Shows a baby pink background in blocks as easy guides for your block layouts.')),
Should be:
'#description' => t('Shows a baby pink background in blocks as easy guides for your block layouts.'),
Comments
Comment #1
johnnocOoops... Sorry. Fixing it now....
Comment #2
johnnocNew release is up. Thanks!
Comment #3
johnnoc