NEW favicon, again and again
This commit is contained in:
parent
8a4faa0873
commit
b22dd96594
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.2 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 281 KiB |
|
|
@ -6,6 +6,8 @@
|
||||||
<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#">
|
<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#">
|
||||||
<head>
|
<head>
|
||||||
<title><?= App::getConfig('title') ?></title>
|
<title><?= App::getConfig('title') ?></title>
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico"></link>
|
||||||
|
<link rel="icon" href="/favicon.ico"></link>
|
||||||
|
|
||||||
<script src="/js/jquery-2.1.0.min.js" type="text/javascript"></script>
|
<script src="/js/jquery-2.1.0.min.js" type="text/javascript"></script>
|
||||||
<link href="/css/style.css?ver=<?= App::getConfig('version') ?>" media="all" rel="stylesheet" type="text/css" />
|
<link href="/css/style.css?ver=<?= App::getConfig('version') ?>" media="all" rel="stylesheet" type="text/css" />
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@
|
||||||
<title><?= App::getConfig('title') ?></title>
|
<title><?= App::getConfig('title') ?></title>
|
||||||
<meta name="Description" content="Карта, на которой отмечены достопримечательности разных стран. Создайте своё путешествие!">
|
<meta name="Description" content="Карта, на которой отмечены достопримечательности разных стран. Создайте своё путешествие!">
|
||||||
<meta name="Keywords" content="путешествие, туризм, карта, достопримечательности, интересные места, на карте, адрес">
|
<meta name="Keywords" content="путешествие, туризм, карта, достопримечательности, интересные места, на карте, адрес">
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico"></link>
|
||||||
|
<link rel="icon" href="/favicon.ico"></link>
|
||||||
|
|
||||||
<script src="/js/jquery-2.1.0.min.js" type="text/javascript"></script>
|
<script src="/js/jquery-2.1.0.min.js" type="text/javascript"></script>
|
||||||
<link href="/css/style.css?ver=<?= App::getConfig('version') ?>" media="all" rel="stylesheet" type="text/css" />
|
<link href="/css/style.css?ver=<?= App::getConfig('version') ?>" media="all" rel="stylesheet" type="text/css" />
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
<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#">
|
<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#">
|
||||||
<head>
|
<head>
|
||||||
<title><?= App::getConfig('title') ?></title>
|
<title><?= App::getConfig('title') ?></title>
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico"></link>
|
||||||
|
<link rel="icon" href="/favicon.ico"></link>
|
||||||
|
|
||||||
<?php if ($styles): ?>
|
<?php if ($styles): ?>
|
||||||
<?php foreach ($styles as $style): ?>
|
<?php foreach ($styles as $style): ?>
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,9 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title><?= App::getConfig('title') ?></title>
|
<title><?= App::getConfig('title') ?></title>
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico"></link>
|
||||||
|
<link rel="icon" href="/favicon.ico"></link>
|
||||||
|
|
||||||
<?php if ($styles): ?>
|
<?php if ($styles): ?>
|
||||||
<?php foreach ($styles as $style): ?>
|
<?php foreach ($styles as $style): ?>
|
||||||
<link href="<?= $style ?>" media="all" rel="stylesheet" type="text/css" />
|
<link href="<?= $style ?>" media="all" rel="stylesheet" type="text/css" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue