Browse Source

Intégration Souke

feature/souke
Guillaume Bourgeois 7 months ago
parent
commit
e7420da64a
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/views/layouts/main.php
  2. BIN
      backend/web/img/favicon-souke-noir.png

+ 1
- 1
backend/views/layouts/main.php View File

<?php endif; ?> <?php endif; ?>
<?= Html::csrfMetaTags() ?> <?= Html::csrfMetaTags() ?>
<title><?= Html::encode($this->page_title) ?> | Souke</title> <title><?= Html::encode($this->page_title) ?> | Souke</title>
<link rel="icon" type="image/png" href="<?php echo Yii::$app->urlManagerBackend->getBaseUrl(); ?>/img/favicon-souke-1.png" />
<link rel="icon" type="image/png" href="<?php echo Yii::$app->urlManagerBackend->getBaseUrl(); ?>/img/favicon-souke-noir.png" />
<?php $this->head() ?> <?php $this->head() ?>
<?= $this->render('@common/views/matomo.php') ?> <?= $this->render('@common/views/matomo.php') ?>
</head> </head>

BIN
backend/web/img/favicon-souke-noir.png View File

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

Loading…
Cancel
Save