Committer: mchervonniy
LJSUP-7457: there are more images than one in recent postU trunk/templates/Browse/recent_posts.tmpl
Modified: trunk/templates/Browse/recent_posts.tmpl =================================================================== --- trunk/templates/Browse/recent_posts.tmpl 2010-12-03 23:48:14 UTC (rev 17860) +++ trunk/templates/Browse/recent_posts.tmpl 2010-12-06 07:45:08 UTC (rev 17861) @@ -22,7 +22,7 @@ <tmpl_if location><dd class="b-catalogue-item-location">Location: <tmpl_var location></dd></tmpl_if> </dl> <div class="b-catalogue-item-desc"> - <tmpl_if photo_for_post><img src="<tmpl_var photo_for_post>" alt="<tmpl_var subject>"></tmpl_if> + <tmpl_if photo_for_post><img src="<tmpl_var photo_for_post>" class="pic" alt="<tmpl_var subject>"></tmpl_if> <tmpl_var post_text> <tmpl_if is_need_more><p class="readmore">(<a href="<tmpl_var url_to_post>">Read more in original post</a>)</p></tmpl_if> </div>