I get the following error when activating the theme:
PHP Parse error: parse error, unexpected T_STRING in themes/slash/page.tpl.php on line 31
I looked at the page.tpl.php file and line 31 looks like:
ÊprintÊform_token()Ê
Changing it to:
print form_token()
worked fine for me.
Please update your tar.gz package.
Comments
Comment #1
frjo commentedFixed. Some junk characters from copy/paste. Thanks for the report.
Comment #2
(not verified) commented