Hi,
First, thanks for this nice theme !
I am using graphene 1.1.2 where I have activated the code for google analytics. The javascript code is automatically put before the closing body tag for performance reasons.
For the moment, the validation of a site for google webmaster tools fails because it does not find the google analytics code in the head. If I move the php code concerning google from footer.php to header.php then the validation is successful.
As the google analytics code is asynchronous, there should be no penalty anymore if it is put in the head tag. What do you think?
Thanks a lot!