| 1 |
<?php |
<?php |
| 2 |
// $Id: views_plugin_style_rss.inc,v 1.2 2008/12/02 00:02:06 merlinofchaos Exp $ |
// $Id: views_plugin_style_rss.inc,v 1.2.6.1 2009/11/02 22:01:27 merlinofchaos Exp $ |
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 5 |
* Contains the RSS style plugin. |
* Contains the RSS style plugin. |
| 31 |
} |
} |
| 32 |
|
|
| 33 |
$this->view->feed_icon .= theme('feed_icon', array('url' => $url, 'title' => $title)); |
$this->view->feed_icon .= theme('feed_icon', array('url' => $url, 'title' => $title)); |
| 34 |
drupal_add_link(array( |
drupal_add_html_head_link(array( |
| 35 |
'rel' => 'alternate', |
'rel' => 'alternate', |
| 36 |
'type' => 'application/rss+xml', |
'type' => 'application/rss+xml', |
| 37 |
'title' => $title, |
'title' => $title, |