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; }