aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index db372f3..93c1659 100644
--- a/index.php
+++ b/index.php
@@ -2,12 +2,14 @@
require_once('smarty/Smarty.class.php');
$titulo="YTLibre";
+$version="1.1.5";
/* ---- ---- ---- Generated ---- ---- ---- ---- */
if ( empty($_GET['link']) )
{
$template= new Smarty();
/* ---- ---- Variables ---- ---- */
$template->assign("titulo", $titulo);
+ $template->assign("version", $version);
/* ---- ---- CSS ---- ---- */
$template->assign('styles', array('frond' => 'templates/css/frond.min.css',
'normalize' => 'templates/css/normalize.css')
@@ -22,6 +24,7 @@ else
/* ---- ---- Variables ---- ---- */
$video_decode->assign("titulo", $titulo);
+ $video_decode->assign("version", $version);
$video_decode->assign("videoTitle", $videoTitle);
$video_decode->assign("videoThumbURL", $videoThumbURL);
$video_decode->assign("videoAuthor", $videoAuthor);