RSS Feed
Real Time Updates
if (drupal_is_front_page()) { drupal_add_link(array('rel' => 'alternate', 'type' => 'application/rss+xml', 'title' => variable_get('site_name', 'Drupal') .' '. t('RSS'), 'href' => url('rss.xml',array('absolute' => TRUE)))); }