/[drupal]/contributions/modules/syndication/README.txt
ViewVC logotype

Diff of /contributions/modules/syndication/README.txt

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

revision 1.5.4.2, Fri Jul 17 20:02:05 2009 UTC revision 1.5.4.3, Fri Jul 17 20:04:18 2009 UTC
# Line 42  function hook_syndication() { Line 42  function hook_syndication() {
42    $feed[0]["content"]  = l('Feed one', 'mymodule/1/feed'). '<br />';    $feed[0]["content"]  = l('Feed one', 'mymodule/1/feed'). '<br />';
43    $feed[0]["content"] .= l('Feed two, 'mymodule/2/feed');    $feed[0]["content"] .= l('Feed two, 'mymodule/2/feed');
44    
45    return  $box;    return  $feed;
46  }  }
47    
48  Author  Author

Legend:
Removed from v.1.5.4.2  
changed lines
  Added in v.1.5.4.3

  ViewVC Help
Powered by ViewVC 1.1.2