1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Create an option to add HTML code under the top menu

This commit is contained in:
daniel 2018-01-24 23:10:08 -03:00
parent 9fe2ff03c5
commit 3db360263a

View file

@ -30,7 +30,7 @@ class CustomizeAdvanced extends PluginAbstract {
$obj->newUsersCanStream = false;
$o = new stdClass();
$o->type = "textarea";
$o->value = "textarea";
$o->value = "";
$obj->underMenuBarHTMLCode = $o;// an url for encoder network
$obj->encoderNetwork = "";// an url for encoder network
return $obj;