mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Create an option to add HTML code under the top menu
This commit is contained in:
parent
9fe2ff03c5
commit
3db360263a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue