diff options
author | friendica <info@friendica.com> | 2013-03-14 22:22:00 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-14 22:22:00 -0700 |
commit | 62f61a559abe97b659754658e9a266c7c8873d3e (patch) | |
tree | ecf0dad5f409e21a7399df52890de626d1e1e0c5 /view/tpl/smarty3/photo_albums.tpl | |
parent | 6a4170ab0176e30e08e7411d65e6072ddbf6c64b (diff) | |
parent | ffcba3db81d85ae8bdc56f1772c7675aef56c78e (diff) | |
download | volse-hubzilla-62f61a559abe97b659754658e9a266c7c8873d3e.tar.gz volse-hubzilla-62f61a559abe97b659754658e9a266c7c8873d3e.tar.bz2 volse-hubzilla-62f61a559abe97b659754658e9a266c7c8873d3e.zip |
Merge https://github.com/friendica/red into zpull
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}} |