diff --git a/conferences/index.php b/conferences/index.php index 568e5bf7e..85ff626ec 100644 --- a/conferences/index.php +++ b/conferences/index.php @@ -20,11 +20,11 @@ EOT; unset($RSIDEBAR_DATA); -site_header("PHP Conferences around the world", array("layout_workaround" => $layout_workaround, 'headtags' => '')); +site_header("PHP Conferences around the world", array("layout_workaround" => $layout_workaround, 'headtags' => '')); print_news($NEWS_ENTRIES["conferences"]); site_footer( - array("rss" => "/conferences/news.rss") // Add a link to the feed + array("atom" => "/feed.atom") // Add a link to the feed ); diff --git a/include/layout.inc b/include/layout.inc index f3fe1b14c..32d9c5684 100644 --- a/include/layout.inc +++ b/include/layout.inc @@ -243,6 +243,9 @@ function site_footer($config = array()) $rsslink = (isset($config["rss"]) ? "RSS |" : ""); + $atomlink = (isset($config["atom"]) ? + "Atom |" : + ""); $viewsource = (isset($_SERVER['BASE_PAGE']) ? "show source |" : ""); @@ -262,7 +265,7 @@ function site_footer($config = array()) {$layout_helper}