Line 276 in /var/www/html/tmf/code/Pages/Page.php
267 268 Requirements::combine_files('assets/cache/javascript/jsmin.js', $jsItems); 269 if ($_isCustomJSSpecified) { 270 Requirements::combine_files('assets/cache/javascript/jsmin_'.str_replace('/', '_', $this->Link()).'.js', $jsItemsCustom); 271 } 272 273 // Now do the combine 274 Requirements::process_combined_files(); 275 276 if ($pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE')) { 277 $version = substr($_SERVER['HTTP_USER_AGENT'], $pos + 5, 3); 278 if ($version <= 7) { 279 Requirements::css($_path.'css/iesucks.css'); 280 } 281 Requirements::javascript($_path.'javascript/ie-placeholder.js'); 282 }