FIX - W3C
This commit is contained in:
parent
85f570d0cc
commit
040ee7fa17
|
|
@ -3,11 +3,7 @@
|
||||||
* Чистый лейаут - тут нет даже логотипа. Всё прижато к краям без значительных паддингов.
|
* Чистый лейаут - тут нет даже логотипа. Всё прижато к краям без значительных паддингов.
|
||||||
*/
|
*/
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ru" prefix="og: http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#" xmlns:og="http://ogp.me/ns#">
|
||||||
lang="ru"
|
|
||||||
prefix="og: http://ogp.me/ns#"
|
|
||||||
xmlns:fb="http://ogp.me/ns/fb#"
|
|
||||||
xmlns:og="http://ogp.me/ns#">
|
|
||||||
<head>
|
<head>
|
||||||
<title><?= App::getConfig('title') ?></title>
|
<title><?= App::getConfig('title') ?></title>
|
||||||
|
|
||||||
|
|
@ -32,7 +28,7 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400&subset=Cyrillic">
|
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400&subset=Cyrillic" />
|
||||||
|
|
||||||
<link rel="apple-touch-icon" href="/img/touch-icon-iphone.png" />
|
<link rel="apple-touch-icon" href="/img/touch-icon-iphone.png" />
|
||||||
<link rel="apple-touch-icon" sizes="76x76" href="/img/touch-icon-ipad.png" />
|
<link rel="apple-touch-icon" sizes="76x76" href="/img/touch-icon-ipad.png" />
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
||||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400&subset=Cyrillic">
|
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400&subset=Cyrillic" />
|
||||||
|
|
||||||
<link rel="apple-touch-icon" href="/img/touch-icon-iphone.png" />
|
<link rel="apple-touch-icon" href="/img/touch-icon-iphone.png" />
|
||||||
<link rel="apple-touch-icon" sizes="76x76" href="/img/touch-icon-ipad.png" />
|
<link rel="apple-touch-icon" sizes="76x76" href="/img/touch-icon-ipad.png" />
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="ru" prefix="og: http://ogp.me/ns#" xmlns:fb="http://ogp.me/ns/fb#" xmlns:og="http://ogp.me/ns#">
|
||||||
lang="ru"
|
|
||||||
prefix="og: http://ogp.me/ns#"
|
|
||||||
xmlns:fb="http://ogp.me/ns/fb#"
|
|
||||||
xmlns:og="http://ogp.me/ns#">
|
|
||||||
<head>
|
<head>
|
||||||
<title><?= App::getConfig('title') ?></title>
|
<title><?= App::getConfig('title') ?></title>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
<link href="<?= $style ?>" media="all" rel="stylesheet" type="text/css" />
|
<link href="<?= $style ?>" media="all" rel="stylesheet" type="text/css" />
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400&subset=Cyrillic">
|
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Ubuntu:400&subset=Cyrillic" />
|
||||||
<?php if ($scripts): ?>
|
<?php if ($scripts): ?>
|
||||||
<?php foreach ($scripts as $script): ?>
|
<?php foreach ($scripts as $script): ?>
|
||||||
<script src="<?= $script ?>" type="text/javascript"></script>
|
<script src="<?= $script ?>" type="text/javascript"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue