function init() {
global $gantry;
if (JRequest::getString('tmpl')!='unsupported' && $gantry->browser->name == 'ie' && $gantry->browser->shortversion == '7') {
header("Location: ".$gantry->baseUrl."?tmpl=unsupported");
}
}
Time to create page: 0.052 seconds