1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add autodescovery link for the rss feed

This commit is contained in:
Hannes Magnusson
2007-02-08 23:57:31 +00:00
parent 13fac53112
commit d566a57626

View File

@@ -13,7 +13,7 @@ EOT;
unset($RSIDEBAR_DATA);
site_header("PHP Conferences around the world", array("layout_workaround" => $layout_workaround));
site_header("PHP Conferences around the world", array("layout_workaround" => $layout_workaround, 'headtags' => '<link rel="alternate" type="application/rss+xml" title="PHP: Conference announcements" href="' . $MYSITE . 'conferences/news.rss" />'));
// DO NOT REMOVE THIS COMMENT (the RSS parser is dependant on it)
?>