hide fullscreen button in embedphotos modal album view

This commit is contained in:
Mario Vavti
2016-07-17 12:54:10 +02:00
parent 5d0ddb3123
commit 2b674d4cd9
2 changed files with 3 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ function embedphotos_widget_album($args) {
'$upload' => array(t('Upload'), z_root() . '/photos/' . \App::$profile['channel_address'] . '/upload/' . bin2hex($album)),
'$order' => false,
'$upload_form' => $upload_form,
'$usage' => $usage_message
'$no_fullscreen_btn' => true
));
return $o;