aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/apps.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/apps.tpl b/view/tpl/apps.tpl
index 4a5ddfbcb..02a6bd047 100755
--- a/view/tpl/apps.tpl
+++ b/view/tpl/apps.tpl
@@ -2,7 +2,7 @@
{{foreach $apps as $ap}}
<div class="app-container">
-<a href="{{$ap.url}}"><img src="{{$ap.photo}}" width="80" height="80" />
+<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>