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:
parent
ffadf32e75
commit
11e15dec57
8 changed files with 87 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue