diff options
| author | Christian Fowler <spider@viovio.com> | 2010-01-23 18:20:29 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2010-01-23 18:20:29 +0000 |
| commit | 7af81890d9e2cb602e06c0e0c089139d6a12fb3b (patch) | |
| tree | 46e54ff4637ea679dd663b2cc82ffe2ea47448c5 /templates | |
| parent | 897b13924519dd9f36c645d43c8a4dd387fce831 (diff) | |
| download | tags-7af81890d9e2cb602e06c0e0c089139d6a12fb3b.tar.gz tags-7af81890d9e2cb602e06c0e0c089139d6a12fb3b.tar.bz2 tags-7af81890d9e2cb602e06c0e0c089139d6a12fb3b.zip | |
add content_type_guid suport to getList so tags can be restricted to certain content types
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/tags_cloud.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tags_cloud.tpl b/templates/tags_cloud.tpl index 11d5cd6..ca9b0d6 100644 --- a/templates/tags_cloud.tpl +++ b/templates/tags_cloud.tpl @@ -3,7 +3,7 @@ <ul id="cloud"> {foreach item=tag from=$tagData} <li class="tag{$tag.tagscale}"> - <a href="{$tag.tag_url}" rel="tag">{$tag.tag}</a> <small>({$tag.tag_count})</small> + <a href="{$tag.tag_url}{if $smarty.request.content_type_guid}?content_type_guid={$smarty.request.content_type_guid}{/if}" rel="tag">{$tag.tag}</a> <small>({$tag.tag_count})</small> </li> {/foreach} </ul> |
