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

@@ -78,7 +78,7 @@ if (Yii::$app->controller->action->id === 'login') {
<?php endif; ?>
<?= Html::csrfMetaTags() ?>
<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() ?>
<?= $this->render('@common/views/matomo.php') ?>
</head>

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

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

Loading…
Cancel
Save