diff --git a/themes/default/category.tpl b/themes/default/category.tpl index 87b9eca7d..85b11d2a0 100644 --- a/themes/default/category.tpl +++ b/themes/default/category.tpl @@ -58,8 +58,13 @@ {if $category->description}
+ {if strlen($category->description) > 120} +

{$category->description|truncate:120}

+ + {l s='More'} + {else}

{$category->description}

- {l s='More'} + {/if}
{/if} @@ -113,4 +118,4 @@ {elseif $category->id}

{l s='This category is currently unavailable.'}

{/if} -{/if} \ No newline at end of file +{/if}