function phptemplate_feed_icon in Jammer 6
Same name and namespace in other branches
- 5 jammer_feed_icon.module \phptemplate_feed_icon()
Remove the feed icon.
Parameters
string $url:
Return value
string
File
- ./
jammer_feed_icon.module, line 14 - Remove the feed icon from templates that use the PHPTemplate engine.
Code
function phptemplate_feed_icon($url) {
return '';
}