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

{* note please do not remove ol and li as these are needed for "Show More" button to work *}
{if count($results) > 0}
<ol>
{foreach from=$results item=activity}
<li>{activity info=$activity}</li>
{/foreach}
</ol>
{else}
<p class="invalid">{tr}There is no activity to display in this stream.{/tr}</p>
{/if}