Please make sure IN_MYBB is defined."); } $plugins->add_hook("pre_output_page", "ie6nomore"); function ie6nomore_info() { return array( "name" => "IE6 No More", "description" => "This simple plugin adds a banner to the top of every page for users that use IE6 recommending them to switch.", "website" => "http://www.ie6nomore.com", "author" => "Zash", "authorsite" => "http://www.mybbwebhost.com", "version" => "1.0", "guid" => "11292fab3f7ecc74a5b563fa0854a8b6", "compatibility" => "*" ); } function ie6nomore($page) { $page = str_replace("", "", $page); return $page; } ?>