diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2018-02-04 11:59:08 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2018-02-04 11:59:08 -0500 |
commit | 1a0ecec674dd4a2e91753e78e6d9c3f330bb27a5 (patch) | |
tree | 729f8081e55b9ce2d1613efe6f5b01bcb771c510 | |
parent | 7badd8e6d6d550ffd16b697e8d6a4db25063ef80 (diff) | |
download | ytlibre-1a0ecec674dd4a2e91753e78e6d9c3f330bb27a5.tar.lz ytlibre-1a0ecec674dd4a2e91753e78e6d9c3f330bb27a5.tar.xz ytlibre-1a0ecec674dd4a2e91753e78e6d9c3f330bb27a5.zip |
líneas de comentarios uniformes
-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); |