aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/apps.tpl
blob: 09c3d0c7082c070cdb2ebd58f19c24aae4e6e28b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}<h3>{{$title}}</h3>

<ul>
	{{foreach $apps as $ap}}
	<li>{{$ap}}</li>
	{{/foreach}}
</ul>