FIX - description
This commit is contained in:
parent
4f24b29dab
commit
a9a0ca4eff
|
|
@ -2,12 +2,10 @@
|
||||||
<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>
|
||||||
|
<meta name="description" content="<?= App::getConfig('description') ?>">
|
||||||
<link rel="shortcut icon" href="/favicon.ico"></link>
|
<link rel="shortcut icon" href="/favicon.ico"></link>
|
||||||
<link rel="icon" href="/favicon.ico"></link>
|
<link rel="icon" href="/favicon.ico"></link>
|
||||||
|
|
||||||
<title><?= App::getConfig('title') ?></title>
|
|
||||||
<meta name="description" content="<?= App::getConfig('description') ?>">
|
|
||||||
|
|
||||||
<?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