diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-11 23:10:52 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-11 23:10:52 -0700 |
commit | 4e40156607aede8d1ed9bd63b18bc6c83ea572d7 (patch) | |
tree | 25e2cd83b9a2394de49cfe673fb164e149cc65c2 /view/wall_item.tpl | |
parent | 8e22178b8a135ccc315de1c9f305e81d97556709 (diff) | |
download | volse-hubzilla-4e40156607aede8d1ed9bd63b18bc6c83ea572d7.tar.gz volse-hubzilla-4e40156607aede8d1ed9bd63b18bc6c83ea572d7.tar.bz2 volse-hubzilla-4e40156607aede8d1ed9bd63b18bc6c83ea572d7.zip |
sort out some permissions, comments, fetch
Diffstat (limited to 'view/wall_item.tpl')
-rw-r--r-- | view/wall_item.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/wall_item.tpl b/view/wall_item.tpl index ece149c1f..e483d74db 100644 --- a/view/wall_item.tpl +++ b/view/wall_item.tpl @@ -1,4 +1,4 @@ -<div class="wall-item-outside-wrapper" id="wall-item-outside-wrapper-$id" > +<div class="wall-item-$indentoutside-wrapper" id="wall-item-outside-wrapper-$id" > <div class="wall-item-photo-wrapper" id="wall-item-photo-wrapper-$id" > <a href="$profile_url" title="View $name's profile" class="wall-item-photo-link" id="wall-item-photo-link-$id"> <img src="$thumb" class="wall-item-photo" id="wall-item-photo-$id" height="80" width="80" alt="$name" /></a> @@ -13,5 +13,5 @@ $comment </div> <div class="wall-item-wrapper-end"></div> </div> -<div class="wall-item-outside-wrapper-end" ></div> +<div class="wall-item-$indentoutside-wrapper-end" ></div> |