Advertisement
abushyk

realty_grid_html.tpl

Nov 7th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.72 KB | None | 0 0
  1. <div class="propertysummary-grid">
  2.     <div class="propertysummary-grid-photoswrapper">
  3.         <div class="propertysummary-grid-photos">
  4.             <div class="propertysummary-grid-photoframe">
  5.                 <a class="propertysummary-grid-photo" href="{$item.href}">
  6.                 {if $item.img[0].preview!=''}
  7.                 <img alt="" src="{$estate_folder}/img/data/{$item.img[0].preview}" class="fixedPic" id="" name="">
  8.                 {else}
  9.                 <img alt="" src="{$estate_folder}/img/no_foto.png" class="fixedPic" id="" name="">
  10.                 {/if}
  11.                 </a>
  12.             </div>
  13.         </div>
  14.     </div>
  15.     <div class="details">
  16.         <div class="propertysummary-grid-details">{$item.city}, {$item.street}, {$item.number}</div>
  17.         <div class="propertysummary-grid-price">{$item.price}</div>
  18.     </div>
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement