Leaderboard


Popular Content

Showing content with the highest reputation on 08/04/18 in all areas

  1. 1 point
    Нашёл как вместо нижних точек сделать превьюшки фото. Вот код: {if $photo|count>0} <div class="fotorama" data-nav="thumbs"> <img src="{$estate_folder}/img/data/{$photo[0].normal}"> {section name=j loop=$photo} {if $smarty.section.j.index > 0} <a href='{$estate_folder}/img/data/{$photo[j].normal}'><img src="{$estate_folder}/img/data/{$photo[j].preview}"></a> {/if} {/section} </div> {/if}