CHANGELOG ========= 1.2.2 Dec-29-2005 - Added MTTopicIconDebug for debugging configuration problems. - Added a sample topicon.cfg file 1.2.1 Jun-22-2003 - Copy arguments before using them -- causes errors if we modify the passed-in args. 1.2.0 Apr-23-2003 - Incorporated changes from Tim Buchheim: 1) Spell the tag correctly (Doh!) 2) Terminate the tag so it validates as XHTML 3) Return something other than "" if there's no icon. - Added the "deftext" option to allow you to specify what to display when there is no icon. - Moved all configuration information to a separate config file. See the README for details. - Changed module name from a42::TopicIcon to MT::Plugin::TopicIcon - Added $VERSION variable - Added new tag: which returns only the URL, not an tag It supports the deftext attribute. - Refactored code to support MTTopicIconURL tag 1.1.1 Nov-09-2002 - Fixed bug in BuildImageTag that caused an extra / when using site_icon_* instead of blog_icon_* 1.1.0 Nov-04-2002 - Added ability to specify arbitrary tags in the element. 1.0.0 Oct-28-2002 - Initial release