Internet Explorer 6 makes me sad.

In this day and age, I can’t believe that people are still using Internet Explorer.

Because I am a good net citizen, I decided to help my uneducated users out.

if (preg_match('/MSIE [456]/i', $_SERVER['HTTP_USER_AGENT'])) {
require 'templates/blank_development/ie6.php';
exit;
}

Bye Bye IE

Leave a Comment

Your email address will not be published. Required fields are marked *