diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-29 16:11:50 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-29 16:11:50 -0700 |
commit | 2d4f84563b8832d2a5996e7ee59a3123f998c433 (patch) | |
tree | d6a220cfdf5db2eac2c2513ab41b629e4fe2ddfa /view/tpl/photo_albums.tpl | |
parent | ad3a3273660600be7932229a7af0293c1f04e28b (diff) | |
parent | 3b6a0d8e5cb787bace27aee67f7ae0f4130e3132 (diff) | |
download | volse-hubzilla-2d4f84563b8832d2a5996e7ee59a3123f998c433.tar.gz volse-hubzilla-2d4f84563b8832d2a5996e7ee59a3123f998c433.tar.bz2 volse-hubzilla-2d4f84563b8832d2a5996e7ee59a3123f998c433.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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 aa78c513a..c565ccaf1 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_photos}}</a></li> {{if $albums}} {{foreach $albums as $al}} {{if $al.shorttext}} |