Parent Directory
|
Revision Log
|
Revision Graph
|
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 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |