aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photo_albums.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-04-07 13:35:17 +0200
committerMario Vavti <mario@mariovavti.com>2017-04-07 13:35:17 +0200
commitdf4e19399030f5cdeef3c1527437898d70a6fc7b (patch)
treed02340b1a35ac64161b674133706106187b63e95 /view/tpl/photo_albums.tpl
parent28207c33132ac4fb8cd3792df52d776c80d054d9 (diff)
downloadvolse-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/photo_albums.tpl')
-rwxr-xr-xview/tpl/photo_albums.tpl2
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}}