diff options
author | friendica <info@friendica.com> | 2013-06-05 23:07:52 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-06-05 23:07:52 -0700 |
commit | e0c6ee208297123ddc2aa37eadda69289230a01f (patch) | |
tree | aeda8c2e7e628efef15218723acfb311a601d6e6 /view/tpl/photo_albums.tpl | |
parent | f18a909eefbc491bbdef68f0fc03d14af4b32191 (diff) | |
download | volse-hubzilla-e0c6ee208297123ddc2aa37eadda69289230a01f.tar.gz volse-hubzilla-e0c6ee208297123ddc2aa37eadda69289230a01f.tar.bz2 volse-hubzilla-e0c6ee208297123ddc2aa37eadda69289230a01f.zip |
photo album listing widget broken
Diffstat (limited to 'view/tpl/photo_albums.tpl')
-rwxr-xr-x | view/tpl/photo_albums.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photo_albums.tpl b/view/tpl/photo_albums.tpl index b74c73fd3..935b2df0d 100755 --- a/view/tpl/photo_albums.tpl +++ b/view/tpl/photo_albums.tpl @@ -8,7 +8,7 @@ {{if $albums}} <ul> {{foreach $albums as $al}} -<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.album}}</a></li> +<li><a href="{{$baseurl}}/photos/{{$nick}}/album/{{$al.bin2hex}}">{{$al.text}}</a></li> {{/foreach}} </ul> {{/if}} |