From: Chris W. <la...@us...> - 2004-11-25 03:13:05
|
Update of /cvsroot/openinteract/OpenInteract2/extra_packages/delicious_tags/template In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4550 Added Files: related_tags.tmpl Removed Files: related_tags_box.tmpl Log Message: rename related tags template --- NEW FILE: related_tags.tmpl --- [% FOREACH tag_count = tag_and_count; tagged_objects_url = OI.make_url( ACTION = 'tags', TASK = 'show_tagged_objects', tag = tag_count.0 ); %] o <a href="">[% tag_count.0 %]</a> ([% tag_count.1 %]) <br /> [% END %] --- related_tags_box.tmpl DELETED --- |