aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/myapps.tpl
blob: c654993b7a79de5bb4aa0dff7c1a8452d0d840f6 (plain) (blame)
1
2
3
4
5
6
7
8
<div class="generic-content-wrapper-styled">
<h3>{{$title}}{{$cat}}</h3>

{{foreach $apps as $ap}}
{{$ap}}
{{/foreach}}
<div class="clear"></div>
</div>