Hello,
there is a php error on your module. At line 153 the theme function for feed_icons, requires a second arg for the feed title.
So you should write something like that:
$output .= theme('feed_icon', url('onthisday/feed'), 'On this day');
Thanks apanag
Comments
Comment #1
sillygwailoGood catch. I committed a modified version of what you supplied to the developmental version.