Browse Source

Mettre à jour le titre du site + favicon

prodstable
keun 8 years ago
parent
commit
35b8bd1ce3
2 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frontend/views/layouts/main.php
  2. BIN
      frontend/web/img/favicon3.png

+ 2
- 2
frontend/views/layouts/main.php View File

@@ -16,12 +16,12 @@ AppAsset::register($this);
<?php $this->beginPage() ?>
<!DOCTYPE html>
<head>
<title><?php if($is_home): ?>La boîte à pain &bull; <?= Html::encode($this->title) ?> <?php else: ?><?= Html::encode($this->title) ?> &bull; Le Chat des Noisettes<?php endif; ?></title>
<title><?php if($is_home): ?>La boîte à pain &bull; <?= Html::encode($this->title) ?> <?php else: ?><?= Html::encode($this->title) ?> &bull; La boîte à pain<?php endif; ?></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php if($is_home): ?><meta name="description" content="Pains sur levain, à la farine de meule et au sel de Salins, cuits au feu de bois, à Déservillers." /><?php endif; ?>
<?= Html::csrfMetaTags() ?>
<link rel="icon" type="image/png" href="<?php echo Yii::$app->urlManager->getBaseUrl(); ?>/img/favicon2.png" />
<link rel="icon" type="image/png" href="<?php echo Yii::$app->urlManager->getBaseUrl(); ?>/img/favicon3.png" />
<!--[if IE]><link rel="shortcut icon" type="image/x-icon" href="./img/favicon.ico" /><![endif]-->
<?php $this->head() ?>
<!--[if lt IE 9]>

BIN
frontend/web/img/favicon3.png View File

Before After
Width: 32  |  Height: 32  |  Size: 850B

Loading…
Cancel
Save