aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Embedphotos.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-07-17 12:54:10 +0200
committerMario Vavti <mario@mariovavti.com>2016-07-17 12:54:10 +0200
commit2b674d4cd983d637ddc863f9b87b9d863542e250 (patch)
treeaa005189ce14eaae9d3e470775d155e1da0ef22f /Zotlabs/Module/Embedphotos.php
parent5d0ddb3123f27fb1a2afef9fba62743ad8851736 (diff)
downloadvolse-hubzilla-2b674d4cd983d637ddc863f9b87b9d863542e250.tar.gz
volse-hubzilla-2b674d4cd983d637ddc863f9b87b9d863542e250.tar.bz2
volse-hubzilla-2b674d4cd983d637ddc863f9b87b9d863542e250.zip
hide fullscreen button in embedphotos modal album view
Diffstat (limited to 'Zotlabs/Module/Embedphotos.php')
-rw-r--r--Zotlabs/Module/Embedphotos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Embedphotos.php b/Zotlabs/Module/Embedphotos.php
index 2cd420664..0dac873c5 100644
--- a/Zotlabs/Module/Embedphotos.php
+++ b/Zotlabs/Module/Embedphotos.php
@@ -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;