lang=""> set_feed_url("https://blog.mageia.org/en"); $feed->set_cache_location(realpath(G_APP_ROOT . '/_nav/var/tmp/cache')); $feed->set_cache_duration(3600 * $cache_timeout); $feed->set_timeout(10); // second part of a #mga23215 bugfix $feed->force_cache_fallback(true); // this should help if rss files are not retrievable $feed->enable_order_by_date(true); $feed->init(); $feed->handle_content_type(); $feed->handle_content_type(); ?>