diff options
| -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} |
