]> git.mxchange.org Git - friendica.git/blob - view/smarty3/apps.tpl
Merge pull request #658 from annando/master
[friendica.git] / view / smarty3 / apps.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h3>{{$title}}</h3>
7
8 <ul>
9         {{foreach $apps as $ap}}
10         <li>{{$ap}}</li>
11         {{/foreach}}
12 </ul>