jammer_feed_icon.module in Jammer 6
Same filename and directory in other branches
Remove the feed icon from templates that use the PHPTemplate engine.
File
jammer_feed_icon.moduleView 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
Name | Description |
---|---|
phptemplate_feed_icon | Remove the feed icon. |