Changeset 932:04d626e29285 for plugins/tags
- Timestamp:
- 10/29/12 11:15:31 (13 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/tags/_public.php
r922 r932 259 259 $res .= 260 260 '<li><a href="'.$core->blog->url.$core->url->getURLFor('tag',rawurlencode($rs->meta_id)).'" '. 261 'class="tag'.$rs->roundpercent.'" rel="tag">'.261 'class="tag'.$rs->roundpercent.'">'. 262 262 $rs->meta_id.'</a> </li>'; 263 263 }
Note: See TracChangeset
for help on using the changeset viewer.