Validating at http://d-theme.com/solarflare.
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language ?>" xml:lang="<?php print $language ?>">
should be:
<html xmlns="http://www.w3.org/1999/xhtml" lang="<?php print $language->language; ?>" xml:lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>">

Comments

peterx’s picture

When editing the page using this htme, I get:
recoverable fatal error: Object of class stdClass could not be converted to string in sites/all/themes/solarflare/page.tpl.php on line 2.

ron williams’s picture

Status: Active » Closed (fixed)

Resolved in 6.x-1.2.