Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3245 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3245 Rev 3252
Línea 1... Línea 1...
1
<?= $this->doctype() ?>
1
<?= $this->doctype() ?>
2
<html lang="en">
2
<html lang="en">
3
    <head>
3
    <head>
4
        <meta charset="utf-8">
4
        <meta charset="utf-8">
5
        <meta id="share">
-
 
6
        <?= $this->headTitle('Laminas MVC Skeleton')->setSeparator(' - ')->setAutoEscape(false) ?>
5
        <?= $this->headTitle('Laminas MVC Skeleton')->setSeparator(' - ')->setAutoEscape(false) ?>
Línea 7... Línea 6...
7
 
6
 
8
        <?= $this->headMeta()
7
        <?= $this->headMeta()
9
            ->appendName('viewport', 'width=device-width, initial-scale=1.0')
8
            ->appendName('viewport', 'width=device-width, initial-scale=1.0')