diff options
-rw-r--r-- | index.php | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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); |