aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.php b/index.php
index 486291d..73b648b 100644
--- a/index.php
+++ b/index.php
@@ -3,16 +3,16 @@ require_once('smarty/Smarty.class.php');
$titulo="YTLibre";
$template= new Smarty();
-/* ---- --- Variables ---- ---- */
+/* ---- ---- Variables ---- ---- */
$template->assign("titulo", $titulo);
-/* ---- ---- CSS ---- ---- */
+/* ---- ---- CSS ---- ---- */
$template->assign('styles', array('frond' => 'templates/css/frond.min.css',
'normalize' => 'templates/css/normalize.css')
);
-/* ---- ----- ---- Generated ---- ----- ---- ---- */
+/* ---- ---- ---- Generated ---- ---- ---- ---- */
if (empty($_GET['link'])){
$template->display('templates/index.tpl');
} else {
@@ -20,7 +20,7 @@ if (empty($_GET['link'])){
require_once "tools/processor.php";
$video_decode = new Smarty();
- /* ---- --- Variables ---- ---- */
+ /* ---- ---- Variables ---- ---- */
$video_decode->assign("titulo", $titulo);
$video_decode->assign("videoTitle", $videoTitle);
$video_decode->assign("videoThumbURL", $videoThumbURL);