diff options
author | zotlabs <mike@macgirvin.com> | 2017-04-07 13:37:18 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-04-07 13:37:18 -0700 |
commit | dbef80f7bdf43047c721518f888eb859cda1ea0e (patch) | |
tree | 0677f02fdd1a6af67386a7940e734285f559561a /view/tpl | |
parent | 1352e334b189698fee2889038f4849bb28535ba5 (diff) | |
download | volse-hubzilla-dbef80f7bdf43047c721518f888eb859cda1ea0e.tar.gz volse-hubzilla-dbef80f7bdf43047c721518f888eb859cda1ea0e.tar.bz2 volse-hubzilla-dbef80f7bdf43047c721518f888eb859cda1ea0e.zip |
fix from downstream
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}} |