error log
[pimpmyv.git] / site / views / Layouts / default.php
blob0349d5bd5a7f114f7d705f5fe4db87ec67e0da78
1 <?= $this->docType('XHTML1_STRICT') ?>
2 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?= $this->domain ?>" xml:lang="<?= $this->domain ?>">
3 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta http-equiv="Content-Language" content="<?= $this->domain ?>" />
7 <meta http-equiv="Content-style-type" content="text/css" />
9 <meta name="reply-to" content="contact@pimpmyv.com" />
10 <meta name="rating" content="general" />
11 <meta name="robots" content="index,follow" />
13 <title>PimpMyV</title>
15 <?= $this->jspack('default') ?>
16 <?= $this->csspack('default') ?>
18 </head>
20 <body>
22 <?= $this->layout()->content ?>
24 </body>
25 </html>