The Favicon Creator module makes it easy to create a "Favicon" for your Jamroom Site. Features:
- creates a favicon from your PNG image with multiple resolutions (16x16, 24x24, 32x32 and 64x64) to support clients with high DPI displays.
- creates special "Apple Touch" versions of your favicon for display on iPhone and iPad screens - including support for Retina displays
Favicon Creator module changelog
Version 1.2.0:
- New: Updated to support apple-touch-icon.png and apple-touch-icon-precomposed.png
Version 1.1.3:
- Change: New "Reload" button in Favicon Browser to reload active favicon
- Change: Updated view structure to support new updates in Jamroom Core 6.5.12+
Version 1.1.2:
- Change: Updated meta links to include apple-touch-icon
Version 1.1.1:
- Change: Updated to create symlink to favicon.ico in root directory if writable
Version 1.1.0:
- Change: Updated to work correctly with Jamroom Cluster modules
Version 1.0.6:
- Bug Fix: Favicon HTML being inserted in to RSS Feeds
Version 1.0.5:
- New: Favicon template contents are cached for faster display
Version 1.0.4:
- Change: "media_url" was incorrectly being added to $_REQUEST array
Version 1.0.3:
- Bug Fix: Meta tags could be added to some non-HTML output (such as RSS feeds, etc.)
Version 1.0.2:
- New: If web root directory is writable, favicon.ico will be created in web root directory
- Change: Icon size in Favicon browser increased from 16x16 to 32x32
Version 1.0.1:
- Change: internal function updates to integrate properly with core media functions
- Change: favicon.tpl updated to use new $media_url template variable
- Bug Fix: favicon.tpl updated with proper iOS icon size of 72x72
Version 1.0.0:
- Initial Release