Template completely messed up in IE

Memovie Joomla Template support forum for Joomla 1.5 only.
GK User
Mon Jun 28, 2010 5:09 pm
Hello, can you provide me any help about this issue? I don't know where to start...the site is http://www.actionstream.gr/index.php
thanxs in advance
User avatar
Junior Boarder

GK User
Fri Jul 02, 2010 8:47 pm
Please make sure that your libs/gk.template_helper.php file contains function like this:
Code: Select all
   function isIE6 () {

      $msie='/msies(5.[5-9]|[6].[0-9]*).*(win)/i';

      $notIE6 = '/msies([7-9].[0-9]*).*(win)/i';

      

      return isset($_SERVER['HTTP_USER_AGENT']) &&

      preg_match($msie,$_SERVER['HTTP_USER_AGENT']) &&

      !preg_match($notIE6,$_SERVER['HTTP_USER_AGENT']) &&

      !preg_match('/opera/i',$_SERVER['HTTP_USER_AGENT']);

   }
User avatar
Administrator


cron