diff --git a/classes/useragent.class.php b/classes/useragent.class.php index 7da6e1e8..b0a220ed 100644 --- a/classes/useragent.class.php +++ b/classes/useragent.class.php @@ -26,6 +26,7 @@ class UserAgent { 'chromeframe' => 'Chrome Frame', 'x-clock' => 'Chrome Frame', 'MSIE' => 'Internet Explorer', + 'Trident' => 'Internet Explorer', //Firefox versions 'Shiretoko' => 'Firefox (Experimental)', 'Minefield' => 'Firefox (Experimental)', diff --git a/sections/torrents/browse.php b/sections/torrents/browse.php index c6382629..881895cd 100644 --- a/sections/torrents/browse.php +++ b/sections/torrents/browse.php @@ -545,7 +545,6 @@ function header_link($SortKey, $DefaultWay = 'desc') { $HideAdvanced = ' hidden'; } - View::show_header('Browse Torrents', 'browse'); ?>