]> git.mxchange.org Git - friendica.git/blob - view/smarty3/apps.tpl
Merge pull request #579 from 23n/patch-4
[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>