]> git.mxchange.org Git - friendica.git/blob - view/smarty3/apps.tpl
add warning message about automatically generated templates
[friendica.git] / view / smarty3 / apps.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<h3>{{$title}}</h3>
6
7 <ul>
8         {{foreach $apps as $ap}}
9         <li>{{$ap}}</li>
10         {{/foreach}}
11 </ul>