diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-27 19:48:45 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-27 19:48:45 -0700 |
commit | 01d36785b052f722c982700bcfe29e7ea26d1321 (patch) | |
tree | 3824ba3413b3dabb9d6669f126c02b2da5ee0093 /view/contact_template.tpl | |
parent | 0c661722928c6cb034373a7dce59ef0f720e4d2d (diff) | |
download | volse-hubzilla-01d36785b052f722c982700bcfe29e7ea26d1321.tar.gz volse-hubzilla-01d36785b052f722c982700bcfe29e7ea26d1321.tar.bz2 volse-hubzilla-01d36785b052f722c982700bcfe29e7ea26d1321.zip |
fixed photo comments, msg typo, and changed cursor when hovering
over "special friends" where SSO is allowed
Diffstat (limited to 'view/contact_template.tpl')
-rw-r--r-- | view/contact_template.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/contact_template.tpl b/view/contact_template.tpl index 763cde00b..5b99f1be1 100644 --- a/view/contact_template.tpl +++ b/view/contact_template.tpl @@ -13,7 +13,7 @@ </div> <div class="contact-entry-nav-end"></div> <div class="contact-entry-photo" id="contact-entry-photo-$id" > - <a href="$url" title="$img_hover" /><img src="$thumb" alt="$name" /></a> + <a href="$url" title="$img_hover" /><img src="$thumb" $sparkle alt="$name" /></a> </div> </div> |