StreamActionTitle
This functional template tag outputs an action’s title.
This tag is a part of ActionStreams and MT 4.25.
Example:
<mt:ActionStreams lastn="15">
<mt:If name="first">
<div class="widget-recent-action widget-recent widget">
<h3 class="widget-header">15 recent actions</a></h3>
<div class="widget-content">
<ul>
</mt:If>
<li class="service-<$mt:var name="service_type"$>"><a href="<$mt:StreamActionVia$>"><$mt:StreamActionTitle$></a></li>
<mt:If name="last">
</ul>
</div>
</div>
</mt:If>
</mt:ActionStreams>