Show
Ignore:
Timestamp:
01/18/08 23:33:00 (23 months ago)
Author:
bsmith
Message:

bugzid:66652 - updating the MTTagSearchLink function to produce a link having the tag at the end of the url & simplifying the template code based upon default behavior of the function

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-29/default_templates/tags.mtml

    r1102 r1287  
    33    <h4 class="entry-tags-header"><__trans phrase="Tags"><span class="delimiter">:</span></h4> 
    44    <ul class="entry-tags-list"> 
    5         <li class="entry-tag"><MTEntryTags glue='<span class="delimiter">,</span></li> <li class="entry-tag">'><a href="<$MTTagSearchLink$>&amp;IncludeBlogs=<$MTBlogID$>" rel="tag"><$MTTagName$></a></MTEntryTags></li> 
     5        <mt:setvarblock name="blog_id"><$MTBlogID$></mt:setvarblock> 
     6        <li class="entry-tag"><MTEntryTags glue='<span class="delimiter">,</span></li> <li class="entry-tag">'><a href="<$MTTagSearchLink$>" rel="tag"><$MTTagName$></a></MTEntryTags></li> 
    67    </ul> 
    78</div>