From 28207c33132ac4fb8cd3792df52d776c80d054d9 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 7 Apr 2017 11:31:10 +0200 Subject: css fixes and missing string --- include/photos.php | 3 ++- view/tpl/photo_view.tpl | 20 ++++++-------------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/include/photos.php b/include/photos.php index a3869a72e..2d4907b33 100644 --- a/include/photos.php +++ b/include/photos.php @@ -529,7 +529,8 @@ function photos_album_widget($channelx,$observer,$sortkey = 'display_path',$dire '$albums' => $albums['albums'], '$baseurl' => z_root(), '$upload' => ((perm_is_allowed($channelx['channel_id'],(($observer) ? $observer['xchan_hash'] : ''),'write_storage')) - ? t('Upload New Photos') : '') + ? t('Upload New Photos') : ''), + '$recent_photos' => t('Recent Photos') )); } diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index ed726d027..2431329ec 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -7,26 +7,18 @@ - + {{/if}} {{if $lock}} -- cgit v1.2.3