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.
 
 
 
 
 
 

9 lines
308 B

{if $recentforumpostslist|@count > 0}
<li class="nav-header">Recent Posts</li>
{foreach $recentforumpostslist as $content}
<li>
<a title="by {$content.username|escape:htmlall}" href="{$smarty.const.WWW_TOP}/forumpost/{$content.id}">{$content.subject|escape:htmlall}</a>
</li>
{/foreach}
</li>
{/if}