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:
@@ -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)
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user