diff options
author | friendica <info@friendica.com> | 2014-05-15 20:58:26 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-15 20:58:26 -0700 |
commit | 659714956ccce13b7055d5bf265be07cf4b79cfa (patch) | |
tree | fd144db147f080ef85543e19cc813988c4348545 /view | |
parent | 07fbf0d5de09ea594f2b19a4067bca986e96cacc (diff) | |
download | volse-hubzilla-659714956ccce13b7055d5bf265be07cf4b79cfa.tar.gz volse-hubzilla-659714956ccce13b7055d5bf265be07cf4b79cfa.tar.bz2 volse-hubzilla-659714956ccce13b7055d5bf265be07cf4b79cfa.zip |
add hover tips - except we need a way to translate the things
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/apps.tpl | 2 |
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> |