Skip to content

Commit d890936

Browse files
committed
minor modifications
1 parent c708dc2 commit d890936

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

template/base.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55
<meta name="viewport"
66
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
77
<meta http-equiv="X-UA-Compatible" content="ie=edge">
8-
<link rel="shortcut icon" href="<?= Assets::setAssets('favicon.ico') ?>" type="image/x-icon" />
8+
<!-- The favicon and assets is under web/assets dir -->
9+
<link rel="shortcut icon" href="<?= Assets::setAssets('favicon.ico') ?>" type="image/x-icon"/>
910
<title><?= $pageTitle ?></title>
1011
</head>
1112
<body>
1213
<?=
1314
/**
14-
* Por defecto aquí se renderizan las vistas, se puede
15-
* personalizar hasta el punto de no remover la variable $viewContent si
16-
* esta no existe cuando renderize una vista el contenido de esta no se
17-
* visualizara en la pagina.
15+
* By default all the views render in this layout, please don't touch this part if you dont know you doing
1816
**/
1917
$viewContent;
2018
?>

0 commit comments

Comments
 (0)