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

frjo’s picture

Status: Active » Fixed

Fixed. Some junk characters from copy/paste. Thanks for the report.

Anonymous’s picture

Status: Fixed » Closed (fixed)