浏览代码

Mettre à jour le titre du site + favicon

prodstable
keun 8 年前
父节点
当前提交
35b8bd1ce3
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      frontend/views/layouts/main.php
  2. 二进制
      frontend/web/img/favicon3.png

+ 2
- 2
frontend/views/layouts/main.php 查看文件

@@ -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]>

二进制
frontend/web/img/favicon3.png 查看文件

之前 之后
宽度: 32  |  高度: 32  |  大小: 850B

正在加载...
取消
保存