/[drupal]/contributions/modules/gdata/extras/gdata_node.inc
ViewVC logotype

Diff of /contributions/modules/gdata/extras/gdata_node.inc

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

revision 1.5, Mon Sep 4 19:44:05 2006 UTC revision 1.6, Mon Sep 4 20:37:16 2006 UTC
# Line 32  function node_gdata($op, $path = '') { Line 32  function node_gdata($op, $path = '') {
32            $feed_info = array();            $feed_info = array();
33            $feed_info['title']    = strip_tags(variable_get('site_name', 'Drupal'));            $feed_info['title']    = strip_tags(variable_get('site_name', 'Drupal'));
34            $feed_info['subtitle'] = strip_tags(variable_get('site_slogan', ''));            $feed_info['subtitle'] = strip_tags(variable_get('site_slogan', ''));
35            $feed_info['html_url'] = $base_url;            $feed_info['path'] = $path;
           $feed_info['feed_url'] = url($path, NULL, NULL, true);  
36            _gdata_print_feed($nodes, $feed_info);            _gdata_print_feed($nodes, $feed_info);
37          }          }
38          else {          else {
39            gdata_blank_feed($path);            _gdata_blank_feed($path);
40          }          }
41        }        }
42        break;        break;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2