1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
Daniel Neto 2023-08-16 21:22:09 -03:00
parent 00f383eb49
commit 2d7f9dfa44
6 changed files with 146 additions and 182 deletions

View file

@ -28,9 +28,9 @@ class NextButton extends PluginAbstract {
}
public function getHeadCode() {
global $global, $autoPlayVideo;
global $global, $autoPlayVideo, $nonCriticalCSS;
if (!empty($autoPlayVideo['url'])) {
$css = '<link href="' .getURL('plugin/NextButton/style.css') . '" rel="stylesheet" type="text/css"/>';
$css = '<link href="' .getURL('plugin/NextButton/style.css') . '" rel="stylesheet" type="text/css" />';
$css .= '<style></style>';
return $css;
}