aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2018-02-04 11:59:08 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2018-02-04 11:59:08 -0500
commit1a0ecec674dd4a2e91753e78e6d9c3f330bb27a5 (patch)
tree729f8081e55b9ce2d1613efe6f5b01bcb771c510
parent7badd8e6d6d550ffd16b697e8d6a4db25063ef80 (diff)
downloadytlibre-1a0ecec674dd4a2e91753e78e6d9c3f330bb27a5.tar.lz
ytlibre-1a0ecec674dd4a2e91753e78e6d9c3f330bb27a5.tar.xz
ytlibre-1a0ecec674dd4a2e91753e78e6d9c3f330bb27a5.zip
líneas de comentarios uniformes
-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);