Hi.
I'm running an analytic tool on my Site (Corporate2), where I can see outgoing links.
When a person enters with an Explorer 6 browser, typically they are catch by either of these two :
In default.php
<?php if($this->isIE6() && $this->_tpl->params->get('ie6bar') == 1) : ?>
or
jquery.badbrowser.js.
Can anyone explain why someone is catched by the first and someone by the last ?