mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
update
This commit is contained in:
parent
00f383eb49
commit
2d7f9dfa44
6 changed files with 146 additions and 182 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue