|
Revision 1287, 464 bytes
(checked in by bsmith, 23 months ago)
|
|
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
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | <MTEntryIfTagged> |
|---|
| 2 | <div class="entry-tags"> |
|---|
| 3 | <h4 class="entry-tags-header"><__trans phrase="Tags"><span class="delimiter">:</span></h4> |
|---|
| 4 | <ul class="entry-tags-list"> |
|---|
| 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> |
|---|
| 7 | </ul> |
|---|
| 8 | </div> |
|---|
| 9 | </MTEntryIfTagged> |
|---|