diff options
-rw-r--r-- | version.inc | 2 | ||||
-rw-r--r-- | view/theme/quattro/wall_item.tpl | 2 | ||||
-rw-r--r-- | view/theme/quattro/wallwall_item.tpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/version.inc b/version.inc index 00693714b..6e49c8fda 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2012-07-24.25 +2012-07-25.26 diff --git a/view/theme/quattro/wall_item.tpl b/view/theme/quattro/wall_item.tpl index 2b12ce632..411879def 100644 --- a/view/theme/quattro/wall_item.tpl +++ b/view/theme/quattro/wall_item.tpl @@ -5,7 +5,7 @@ <img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" /> </div> -<div class="wall-item-container $item.indent"> +<div class="wall-item-container $item.indent" id="item-$item.id"> <div class="wall-item-item"> <div class="wall-item-info"> <div class="contact-photo-wrapper" diff --git a/view/theme/quattro/wallwall_item.tpl b/view/theme/quattro/wallwall_item.tpl index a1d92773b..2e3cf821f 100644 --- a/view/theme/quattro/wallwall_item.tpl +++ b/view/theme/quattro/wallwall_item.tpl @@ -4,7 +4,7 @@ <img id="like-rotator-$item.id" class="like-rotator" src="images/rotator.gif" alt="$item.wait" title="$item.wait" style="display: none;" /> </div> -<div class="wall-item-container $item.indent"> +<div class="wall-item-container $item.indent" id="item-$item.id"> <div class="wall-item-item"> <div class="wall-item-info"> <div class="contact-photo-wrapper mframe wwfrom" |