Changeset 385

Show
Ignore:
Timestamp:
08/22/07 17:10:12 (15 months ago)
Author:
ogawa
Message:

Add MT4 support.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • TagSupplementals/trunk/TagSupplementals.pl

    r248 r385  
    4242        author_link => 'http://profile.typekey.com/ogawa/', 
    4343        version => $VERSION, 
     44        tags => { 
     45            block => { 
     46                RelatedEntries => \&related_entries, 
     47                RelatedTags => \&related_tags, 
     48                ArchiveTags => \&archive_tags, 
     49                SearchTags => \&search_tags, 
     50                $HAVE_MT_XSEARCH ? (XSearchTags => \&xsearch_tags) : (), 
     51            }, 
     52            function => { 
     53                EntryTagsCount => \&entry_tags_count, 
     54                TagLastUpdated => \&tag_last_updated, 
     55                $HAVE_MT_XSEARCH ? (TagXSearchLink => \&tag_xsearch_link) : (), 
     56            }, 
     57            modifier => { 
     58                encode_urlplus => \&encode_urlplus, 
     59            }, 
     60        }, 
    4461        template_tags => { 
    4562            EntryTagsCount => \&entry_tags_count,