Special:WhatLinksHere » Plugin iconize
From LifeType Wiki
Name: Iconize
Download link: http://sourceforge.net/projects/lifetype/files/
License: GPL
Author: poolie
Description
The Iconize plugin displays little icons "attached" to the links in your blog articles to give a better visible feedback to the visitors.
Visit <a href="http://www.pooliestudios.com/projects/iconize/">Iconize Website</a> for some examples.
Configuration
The plugin configuration page can be found under Control Center->Apearance Management.
Installation:
- Upload all files and directories to LifeType_Install_Dir/plugin/iconize
- Modify the header (header.template) and add before "</head>" the following:
{if $iconize}
{if $iconize->isEnabled()}
{$iconize->getJavascriptCode()}
{/if}
{/if}
- Active the Plugin.
