diff options
Diffstat (limited to 'view/tpl/smarty3/photo_albums.tpl')
-rw-r--r-- | view/tpl/smarty3/photo_albums.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/photo_albums.tpl b/view/tpl/smarty3/photo_albums.tpl index 8a31e030c..b74c73fd3 100644 --- a/view/tpl/smarty3/photo_albums.tpl +++ b/view/tpl/smarty3/photo_albums.tpl @@ -8,7 +8,7 @@ {{if $albums}} <ul> {{foreach $albums as $al}} -<li><a href="{{$baseurl}}/photos/{{$nick}}/{{$al.bin2hex}}">{{$al.album}}</a></li> +<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.album}}</a></li> {{/foreach}} </ul> {{/if}} |