Hi..
I’m having this problem:
Fatal error: Call to undefined method JA_Tools::genToolMenu_ie6() in /home/kkpower/public_html/templates/ja_mageia/index.php on line 297
when some one opens this site on IE6 o IE5.5
I already changed the code at the line 297 to:
<blockquote> <?php if($supported_browsers) $tempTools->genToolMenu($JAconfig->ja_tool & 1); else $tempTools->genToolMenu_ie6($JAconfig->ja_tool & 1); ?>
<?php if($supported_browsers) $tempTools->genToolMenu($JAconfig->ja_tool& 2); else $tempTools->genToolMenu_ie6($JAconfig->ja_tool& 2); ?></blockquote>
It works fine with IE7… but it has problem in IE6 or IE5.5
the website url is : http://www.kkpower.com.pk
Please solve this problem.