You are here

function _jammer_feed_icon_theme_render in Jammer 7

Output the empty feed icon.

1 string reference to '_jammer_feed_icon_theme_render'
jammer_feed_icon_theme_registry_alter in ./jammer_feed_icon.module
Replace the feed icon function with our own.

File

./jammer_feed_icon.module, line 18
Remove the feed icon from templates.

Code

function _jammer_feed_icon_theme_render() {
  return '';
}