aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.php b/index.php
index 8000daa..ff1be94 100644
--- a/index.php
+++ b/index.php
@@ -30,9 +30,12 @@ if (empty($_GET['link'])){
$video_decode->assign("videoViews", $videoViews);
$video_decode->assign("librethumb", $librethumb);
- $video_decode->assign("cStreams", $cStreams);
+ $video_decode->assign("downloads", $downloads);
+ $video_decode->assign("breakdownload", $breakdownload);
+ $video_decode->assign("streamFormats", $streamFormats);
+
+ $video_decode->assign("breaklink", $breaklink);
$video_decode->assign("baselink", $baselink);
- $video_decode->assign("videosStream", $videosStream);
/* ---- ---- CSS ---- ---- */
$video_decode->assign('styles', array('frond' => 'templates/css/frond.min.css',