diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-04-07 13:35:17 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-04-07 13:35:17 +0200 |
commit | df4e19399030f5cdeef3c1527437898d70a6fc7b (patch) | |
tree | d02340b1a35ac64161b674133706106187b63e95 /view/tpl | |
parent | 28207c33132ac4fb8cd3792df52d776c80d054d9 (diff) | |
download | volse-hubzilla-df4e19399030f5cdeef3c1527437898d70a6fc7b.tar.gz volse-hubzilla-df4e19399030f5cdeef3c1527437898d70a6fc7b.tar.bz2 volse-hubzilla-df4e19399030f5cdeef3c1527437898d70a6fc7b.zip |
the string was there but the template var was wrong
Diffstat (limited to 'view/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 c565ccaf1..a238e61bc 100755 --- a/view/tpl/photo_albums.tpl +++ b/view/tpl/photo_albums.tpl @@ -1,7 +1,7 @@ <div id="side-bar-photos-albums" class="widget"> <h3>{{$title}}</h3> <ul class="nav nav-pills flex-column"> - <li class="nav-item"><a class="nav-link" href="{{$baseurl}}/photos/{{$nick}}" title="{{$title}}" >{{$recent_photos}}</a></li> + <li class="nav-item"><a class="nav-link" href="{{$baseurl}}/photos/{{$nick}}" title="{{$title}}" >{{$recent}}</a></li> {{if $albums}} {{foreach $albums as $al}} {{if $al.shorttext}} |