diff options
| author | Christian Fowler <spider@viovio.com> | 2010-03-10 19:18:45 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2010-03-10 19:18:45 +0000 |
| commit | 60aa143be7682880cfa43a2ee6a0440e154aabf2 (patch) | |
| tree | 2238b8cfeaddfc033b4c36398d34845f4ecc6904 /templates | |
| parent | c6c4c0c9ff4874448662ce2d35787f4a92e06c69 (diff) | |
| download | tags-60aa143be7682880cfa43a2ee6a0440e154aabf2.tar.gz tags-60aa143be7682880cfa43a2ee6a0440e154aabf2.tar.bz2 tags-60aa143be7682880cfa43a2ee6a0440e154aabf2.zip | |
use append_url to limit tag linking by content_type_guidPRE_CONTENTTYPE_NAME_PLURAL
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/view_tags_mini_inc.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/view_tags_mini_inc.tpl b/templates/view_tags_mini_inc.tpl index 183d522..2e6f547 100644 --- a/templates/view_tags_mini_inc.tpl +++ b/templates/view_tags_mini_inc.tpl @@ -18,7 +18,7 @@ <input type="hidden" name="tag_{$tagData[tag].tag_id}" value="{$tagData[tag].tag}" /> {/if} - <a href="{$tagData[tag].tag_url}" rel="tag">{$tagData[tag].tag}</a> + <a href="{$tagData[tag].tag_url|append_url:'content_type_guid':$gContent->mContentTypeGuid}" rel="tag">{$tagData[tag].tag}</a> {if !$smarty.section.tag.last}, {/if} {/section} @@ -32,4 +32,4 @@ {/form} </div> {/if} -{/strip}
\ No newline at end of file +{/strip} |
