瀏覽代碼

Favicon en marron sur le frontend

Permet au boulanger de différencier le frontend du backend.
prodstable
keun 8 年之前
父節點
當前提交
05e34881ef
共有 2 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frontend/views/layouts/main.php
  2. 二進制
      frontend/web/img/favicon4.png

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

@@ -21,7 +21,7 @@ AppAsset::register($this);
<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/favicon3.png" />
<link rel="icon" type="image/png" href="<?php echo Yii::$app->urlManager->getBaseUrl(); ?>/img/favicon4.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/favicon4.png 查看文件

Before After
Width: 32  |  Height: 32  |  Size: 1.1KB

Loading…
取消
儲存