diff options
| author | spiderr <spider@viovio.com> | 2012-05-06 17:12:51 -0400 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2012-05-06 17:12:51 -0400 |
| commit | 4428f74b7a835ef6b9d02db149887472d2948e50 (patch) | |
| tree | e66212c36ad3c64444650beaff3fe5c5d193afaf | |
| parent | 16f72fcc98fa3f6298fc571055c1e521bd188c7c (diff) | |
| parent | 8cd30ad951acd0540dc3f3bfa15c728b268b5ca1 (diff) | |
| download | tags-4428f74b7a835ef6b9d02db149887472d2948e50.tar.gz tags-4428f74b7a835ef6b9d02db149887472d2948e50.tar.bz2 tags-4428f74b7a835ef6b9d02db149887472d2948e50.zip | |
Merge branch 'master' of github.com:bitweaver/tags
| -rw-r--r-- | templates/tags_cloud.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/tags_cloud.tpl b/templates/tags_cloud.tpl index e39006a..ca9b0d6 100644 --- a/templates/tags_cloud.tpl +++ b/templates/tags_cloud.tpl @@ -7,4 +7,8 @@ </li> {/foreach} </ul> +{else} + <div class="norecords"> + {tr}No tags found{/tr} + </div> {/if} |
