0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
templates
/
activity
/
[
Home
]
File: activitystream.tpl
{* note please do not remove ol and li as these are needed for "Show More" button to work *} <ol> {foreach from=$results item=activity} <li>{activity info=$activity}</li> {foreachelse} <li class="invalid">{tr}No activity for you.{/tr}</li> {/foreach} </ol>