You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
289 B

{* $Id$ *}
{if !empty($category_related_objects)}
<div class="related">
<h4>{tr}Related content{/tr}</h4>
<ul>
{foreach from=$category_related_objects item=object}
<li><a href="{$object.href|escape}">{$object.name|escape}</a></li>
{/foreach}
</ul>
</div>
{/if}