diff options
author | friendica <info@friendica.com> | 2012-03-05 03:10:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-05 03:10:45 -0800 |
commit | 965e657c20c60cb51565dcedfe286eff0ffebfbe (patch) | |
tree | 5a3978b04694e004b44417871c0bdc05fb16831d | |
parent | 31f192bb57c2432db2ab4e88c744ed4bb6f25fc8 (diff) | |
download | volse-hubzilla-965e657c20c60cb51565dcedfe286eff0ffebfbe.tar.gz volse-hubzilla-965e657c20c60cb51565dcedfe286eff0ffebfbe.tar.bz2 volse-hubzilla-965e657c20c60cb51565dcedfe286eff0ffebfbe.zip |
$name appearing on testbubble items
-rwxr-xr-x | view/theme/testbubble/wall_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/wall_item.tpl b/view/theme/testbubble/wall_item.tpl index 190e06a8a..44491d967 100755 --- a/view/theme/testbubble/wall_item.tpl +++ b/view/theme/testbubble/wall_item.tpl @@ -61,7 +61,7 @@ </div> <div class="wall-item-author"> - <a href="$item.profile_url" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$name</span></a> + <a href="$item.profile_url" title="$item.linktitle" class="wall-item-name-link"><span class="wall-item-name$item.sparkle" id="wall-item-name-$item.id" >$item.name</span></a> <div class="wall-item-ago" id="wall-item-ago-$item.id">$item.ago</div> </div> |