set_feed_url(array( 'http://www.rtcc.org/blog/feed/' )); // When we set these, we need to make sure that the handler_image.php file is also trying to read from the same cache directory that we are. $feed->set_image_handler('images/spacer.gif'); // Initialize the feed. $feed->init(); // Make sure the page is being served with the UTF-8 headers. $feed->handle_content_type(); // new code from Tim if (!empty($_GET['orderbydate']) && $_GET['orderbydate'] == 'false') { $feed->enable_order_by_date(true); } // end new code Tim // Begin the (X)HTML page. ?>
|
|||||||||||||||||||||||||||||||||||||||||||||||
|