diff options
Diffstat (limited to 'view/tpl/app.tpl')
-rw-r--r-- | view/tpl/app.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/view/tpl/app.tpl b/view/tpl/app.tpl new file mode 100644 index 000000000..30287b044 --- /dev/null +++ b/view/tpl/app.tpl @@ -0,0 +1,6 @@ +<div class="app-container"> +<a href="{{$ap.url}}" {{if $ap.hover}}title="{{$ap.hover}}"{{/if}}><img src="{{$ap.photo}}" width="80" height="80" /> +<div class="app-name">{{$ap.name}}</div> +</a> +</div> + |