1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00

Allow also create actions menu

also users can now customize the action menu links on their videos
This commit is contained in:
DanielnetoDotCom 2021-06-02 14:12:47 -03:00
parent 2c2638c172
commit 48c6e8ca2c
9 changed files with 344 additions and 8 deletions

View file

@ -6,8 +6,9 @@ require_once $configFile;
require_once $global['systemRootPath'] . 'plugin/TopMenu/Objects/Menu.php';
require_once $global['systemRootPath'] . 'plugin/TopMenu/Objects/MenuItem.php';
$menu = Menu::getAllActive(1);
$menu = Menu::getAllActive(Menu::$typeTopMenu);
?>
<!-- right menu start -->
<?php
foreach ($menu as $key => $value) {
?>
@ -52,4 +53,4 @@ foreach ($menu as $key => $value) {
<?php
}
?>
<!-- right menu start -->