Closed (fixed)
Project:
Solarflare
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2009 at 04:44 UTC
Updated:
11 Aug 2009 at 18:34 UTC
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.