Prevent IE browsers from switching to compatibility mode
<?php
function the_aim_compatibility_mode_boot()
{
drupal_add_http_header('X-UA-Compatible', 'IE=edge,chrome=1');
}
name = the AIM compatibility mode
description = Prevent IE from switching to compatibility mode
core = 7.x
package = the AIM