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

Share button on netflix layout

This commit is contained in:
DanielnetoDotCom 2020-12-14 18:32:00 -03:00
parent ffadf32e75
commit 11e15dec57
8 changed files with 87 additions and 34 deletions

View file

@ -4478,6 +4478,12 @@ function getShareMenu($title, $permaLink, $URLFriendly, $embedURL, $img, $class
include $global['systemRootPath'] . 'objects/functiongetShareMenu.php';
}
function getSharePopupButton($videos_id, $url="", $title="") {
global $global, $advancedCustom;
$video['id'] = $videos_id;
include $global['systemRootPath'].'view/include/socialModal.php';
}
function forbiddenPage($message, $logMessage = false) {
global $global;
$_REQUEST['403ErrorMsg'] = $message;