[vhffs-dev] [1304] Fixed typo in random tags link. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1304
Author: beuss
Date: 2008-11-01 12:12:07 +0100 (Sat, 01 Nov 2008)
Log Message:
-----------
Fixed typo in random tags link.
Modified Paths:
--------------
branches/vhffs-design/vhffs-public/templates/parts/tags-cloud.tt
Modified: branches/vhffs-design/vhffs-public/templates/parts/tags-cloud.tt
===================================================================
--- branches/vhffs-design/vhffs-public/templates/parts/tags-cloud.tt 2008-10-31 16:13:24 UTC (rev 1303)
+++ branches/vhffs-design/vhffs-public/templates/parts/tags-cloud.tt 2008-11-01 11:12:07 UTC (rev 1304)
@@ -14,7 +14,7 @@
<div class="menu tags-menu">
<p>
[% FOREACH t = random_tags %]
- <a href="/groupsearch.pl?included_tags" class="tag[%t.weight%] ajax">
+ <a href="/groupsearch.pl?included_tags=[% t.tag_id %]" class="tag[%t.weight%] ajax">
[<span title="[% t.category_description | html %]">[% t.category_label | html %]</span>::<span title="[% t.tag_description | html %]">[% t.tag_label | html %]</span>]
</a>
[% END %]