| 1 | | <div id='leftblock' > |
| 2 | | <a href='/profile/{$url_id}'><img src='{$user.photo}' alt='photo' /></a><br /> |
| 3 | | <ul class='info'> |
| 4 | | <li><a href='/profile/{$url_id}'>{$user.info.fname|escape} {$user.info.lname|escape}</a></li> |
| 5 | | <li>{$user.info.gender_t}{if $user.info.relationship_status_t}, {$user.info.relationship_status_t}{/if}</li> |
| 6 | | <li>{$user.info.country}</li> |
| 7 | | <li> </li> |
| 8 | | {if $user.info.here_for_t} |
| 9 | | <li><span class='label'>{t}Interested in{/t}:</span><br />{$user.info.here_for_t}</li> |
| 10 | | {/if} |
| 11 | | </ul> |
| 12 | | |
| 13 | | {if $leftmenu} |
| 14 | | {strip} |
| 15 | | <ul class='menu'> |
| 16 | | {foreach name=leftmenu from=$leftmenu item=title key=link} |
| 17 | | {strip}<li><a href=' |
| 18 | | {if $link[0] neq '/'} |
| 19 | | /{$token[0]}/{$link} |
| 20 | | {else} |
| 21 | | {$link} |
| 22 | | {/if} |
| 23 | | '{if $token[1] eq $link} class='active'{/if}>{t}{$title}{/t}</a></li>{/strip} |
| 24 | | {/foreach} |
| 25 | | </ul> |
| 26 | | {/strip} |
| 27 | | {/if} |
| 28 | | </div> |
| 29 | | |
| 30 | | <div id='home'> |
| 31 | | <h2>{$photo.title|escape}</h2> |
| | 1 | <h2>{$photo.title|truncate:50|escape}</h2> |