{if $usr.albums} <div class="usr_albums_block usr_profile_block"> {if $usr.albums_total > 4} <div class="float_bar"> <a href="/users/{$usr.id}/photoalbum.html">{$LANG.ALL_ALBUMS}</a> ({$usr.albums_total}) </div> {/if} <div class="usr_wall_header"> {if !$myprofile} {$LANG.USER_PHOTOS} {else} {$LANG.MY_PHOTOS} {/if} </div> {assign var="col" value="1"} <table width="" cellpadding="5" cellspacing="0" border="0" class="usr_albums_list" align="left"> {if $col==1}<tr>{/if} <td align="center" valign="top"> <div class="usr_album_thumb"> <a href="/users/{$usr.login}/photos/{$album.type}{$album.id}.html" title="{$album.title}"> <img src="{$album.imageurl}" width="64" height="64" border="0" alt="{$album.title}" /> </a> </div> <div class="usr_album"> <div class="link"> <a href="/users/{$usr.login}/photos/{$album.type}{$album.id}.html">{$album.title}</a> </div> <div class="count">{$album.photos_count|spellcount:$LANG.PHOTO:$LANG.PHOTO2:$LANG.PHOTO10}</div> <div class="date">{$album.pubdate}</div> </div> </td> {if $col==4} </tr> {assign var="col" value="1"} {else} {math equation="x + 1" x=$col assign="col"} {/if} {/foreach} {if $col>1}<td colspan="{math equation="x - y + 1" x=$col y=$maxcols}"> </td></tr>{/if} </table> </div> {/if}
Прикрепил скрин. на всякий случай… Подскажите пожалуйста, что я не так делаю…