/[drupal]/contributions/modules/views/plugins/views_plugin_style_rss.inc
ViewVC logotype

Diff of /contributions/modules/views/plugins/views_plugin_style_rss.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2.6.1, Mon Nov 2 22:01:27 2009 UTC revision 1.2.6.2, Mon Nov 9 23:07:29 2009 UTC
# Line 1  Line 1 
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.
# Line 31  class views_plugin_style_rss extends vie Line 31  class views_plugin_style_rss extends vie
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,

Legend:
Removed from v.1.2.6.1  
changed lines
  Added in v.1.2.6.2

  ViewVC Help
Powered by ViewVC 1.1.2