mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
parent
d0988b5a8c
commit
9b56290692
6 changed files with 110 additions and 13 deletions
|
@ -317,7 +317,9 @@ class CustomizeAdvanced extends PluginAbstract {
|
|||
$obj->doNotDisplayPluginsTags = false;
|
||||
$obj->showNotRatedLabel = false;
|
||||
$obj->showShareMenuOpenByDefault = false;
|
||||
|
||||
/**
|
||||
* @var mixed[] $global
|
||||
*/
|
||||
foreach ($global['social_medias'] as $key => $value) {
|
||||
eval("\$obj->showShareButton_{$key} = true;");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue