Show
Ignore:
Timestamp:
08/04/08 01:43:15 (16 months ago)
Author:
bsmith
Message:

Adding Vanilla+Assets

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Vanilla/templates/vanilla+search+tags/entry.mtml

    r924 r929  
    1414        <h3>Tags</h3> 
    1515        <ul> 
    16             <mt:EntryTags> 
    17             <li><a href="javascript:void(0)" onclick="location.href='<$mt:TagSearchLink encode_js="1"$>';return false;" rel="tag"><$mt:TagName$></a></li> 
    18             </mt:EntryTags> 
    19         </ul> 
    20         <ul> 
    21             <mt:EntryTags> 
    22             <li><a href="<$MTTagSearchLink$>&amp;IncludeBlogs=<$MTBlogID$>" rel="tag"><$MTTagName$></a></li> 
    23             </mt:EntryTags> 
     16        <mt:EntryTags> 
     17            <li><a href="<$MTTagSearchLink$>&amp;IncludeBlogs=<$MTBlogID$>" rel="tag nofollow"><$MTTagName$></a></li> 
     18        </mt:EntryTags> 
    2419        </ul> 
    2520    </mt:If> 
     21 
    2622</mt:IncludeBlock>