aboutsummaryrefslogtreecommitdiffstats
path: root/embed/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'embed/index.php')
-rw-r--r--embed/index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/embed/index.php b/embed/index.php
index 38f9a68..d0e3691 100644
--- a/embed/index.php
+++ b/embed/index.php
@@ -29,13 +29,12 @@ if (empty($_GET['link'])){
/* ---- ---- CSS ---- ---- */
$video_decode->assign('styles', array('frond' => '../templates/css/frond.min.css',
'normalize' => '../templates/css/normalize.css',
- 'teal' => '../templates/libs/librevideojs/css/teal.css',
+ 'plyr' => '../templates/libs/plyr/plyr.css',
'salida' => '../templates/css/salida.min.css')
);
/* ---- ---- JS ---- ---- */
- $video_decode->assign('javascript', array('librevideojs' => '../templates/libs/librevideojs/js/cliplibrejs.developer.js',
- 'jquery' => '../templates/libs/jquery/dist/jquery.min.js')
+ $video_decode->assign('javascript', array('plyr' => '../templates/libs/plyr/plyr.js')
);
$video_decode->display('../templates/embed.tpl');