css fixes and missing string
This commit is contained in:
@@ -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')
|
||||
));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user