item owner
eliz82
Joined: 2009-11-06
Posts: 71 |
![]() |
any idea how to verify in a template if the visitor is item owner (photo/album) ? |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
{if $user.id == $theme.item.ownerId} do something {/if}
-s |
|
eliz82
Joined: 2009-11-06
Posts: 71 |
![]() |
thanks, it's working. |
|