Ignore:
Timestamp:
07/02/10 10:31:36 (23 months ago)
Author:
fuze
Message:

Ticket #104

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fuze/templates/_default_/components/com_users_profile.tpl

    r181 r218  
    310310                                                <td> 
    311311                                                    <a href="{profile_url login=$photo.login}" class="nickname">{$photo.nickname}</a> &rarr; 
     312                                                {if $photo.user_id} 
     313                                                        <a href="/users/{$photo.user_id}/photo{$photo.id}.html">{$photo.title}</a> 
     314                                                {else} 
    312315                                                    <a href="/photos/photo{$photo.id}.html">{$photo.title}</a> 
     316                                                {/if}     
    313317                                                </td>                                                 
    314318                                            </tr> 
Note: See TracChangeset for help on using the changeset viewer.