diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-04-07 11:31:10 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-04-07 11:31:10 +0200 |
commit | 28207c33132ac4fb8cd3792df52d776c80d054d9 (patch) | |
tree | bff9019cefb5b2706871477346ca41ad0ff28dc2 /include/photos.php | |
parent | e685c580f27c438fcda2b37005fdb0a10162b42c (diff) | |
download | volse-hubzilla-28207c33132ac4fb8cd3792df52d776c80d054d9.tar.gz volse-hubzilla-28207c33132ac4fb8cd3792df52d776c80d054d9.tar.bz2 volse-hubzilla-28207c33132ac4fb8cd3792df52d776c80d054d9.zip |
css fixes and missing string
Diffstat (limited to 'include/photos.php')
-rw-r--r-- | include/photos.php | 3 |
1 files changed, 2 insertions, 1 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') )); } |