You are here

jammer_feed_icon.module in Jammer 6

Same filename and directory in other branches
  1. 5 jammer_feed_icon.module
  2. 7 jammer_feed_icon.module

Remove the feed icon from templates that use the PHPTemplate engine.

File

jammer_feed_icon.module
View source
<?php

/**
 * @file
 * Remove the feed icon from templates that use the PHPTemplate engine.
 */

/**
 * Remove the feed icon.
 *
 * @param string $url
 * @return string
 */
function phptemplate_feed_icon($url) {
  return '';
}

Functions

Namesort descending Description
phptemplate_feed_icon Remove the feed icon.