]> git.mxchange.org Git - friendica.git/blob - view/smarty3/apps.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / apps.tpl
1 <h3>{{$title}}</h3>
2
3 <ul>
4         {{foreach $apps as $ap}}
5         <li>{{$ap}}</li>
6         {{/foreach}}
7 </ul>