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
Comment #1
peterx commentedWhen 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.Comment #2
ron williams commentedResolved in 6.x-1.2.