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
378 B

{* $Id$ *}
{if isset($post_info.related_posts) && !empty($post_info.related_posts)}
<div class="related_posts">
<h4>{tr}Related content:{/tr}</h4>
<ul>
{foreach from=$post_info.related_posts item=related}
<li>{self_link postId=$related.postId}{$related.name}{/self_link}</li>
{/foreach}
</ul>
</div>
{/if}