You are here

function jammer_feed_icon_theme_registry_alter in Jammer 7

Replace the feed icon function with our own.

File

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

Code

function jammer_feed_icon_theme_registry_alter(&$theme_registry) {
  $theme_registry['feed_icon']['function'] = '_jammer_feed_icon_theme_render';
}