root/branches/release-26/plugins/WidgetManager/default_widgets/tag_cloud.mtml @ 1127

Revision 1127, 380 bytes (checked in by bsmith, 2 years ago)

bugzid:64686 - removing conditional from tag cloud widget

  • Property svn:keywords set to Id Revision
Line 
1<div class="widget-tag-cloud widget">
2    <h3 class="widget-header"><__trans phrase="Tag Cloud"></h3>
3    <div class="widget-content">
4        <ul class="widget-list">
5    <mt:Tags limit="20" sort_by="rank">
6            <li class="rank-<$mt:TagRank max="10"$> widget-list-item"><a href="<$mt:TagSearchLink$>"><$mt:TagName$></a></li>
7    </mt:Tags>
8        </ul>
9    </div>
10</div>
Note: See TracBrowser for help on using the browser.