i6 warning on home page!

GK User
Thu Apr 15, 2010 5:30 pm
For some reason sometimes my template show me the message warning "You are currently browsing with ie6" but my browser is ie8?
User avatar
Fresh Boarder

GK User
Wed May 05, 2010 10:21 pm
this is a good question as I have had the same problem when using firfox. Only recently though. Any ideas would be helpful. Thank you.

Cheers,
David
User avatar
Fresh Boarder

teitbite
Sun May 09, 2010 3:51 pm
Hi

You can try with repacing the code which recognize the browser to this:

Code: Select all
<?php if (!$this->isIE6()) : ?>


to this

Code: Select all
<?php if (!substr_count( $_SERVER['HTTP_USER_AGENT'], 'MSIE 6.0' )) : ?>



This code can be found at templates/gk_party_freaks/layout/default.php line 49
User avatar
Moderator


cron