chg: [ui] Updated page title and favicon

pull/9075/head
Sami Mokaddem 2023-04-14 09:40:05 +02:00
parent 725f044896
commit 5726a173d3
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
*/
use Cake\Core\Configure;
$cakeDescription = 'Cerebrate';
$cakeDescription = 'MISP';
$sidebarOpen = $loggedUser->user_settings_by_name_with_fallback['ui.sidebar.expanded']['value'];
?>
@ -71,7 +71,7 @@ $sidebarOpen = $loggedUser->user_settings_by_name_with_fallback['ui.sidebar.expa
<?= $this->Html->script('Tags.tagging') ?>
<?= $this->Html->css('Tags.tagging') ?>
<?= $this->Html->meta('favicon.ico', '/img/favicon.ico', ['type' => 'icon']); ?>
<?= $this->Html->meta('favicon-misp.png', '/img/favicon-misp.png', ['type' => 'icon']); ?>
</head>
<body>
<div class="main-wrapper">

View File

@ -5,7 +5,7 @@
<?= $this->Html->charset() ?>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
<?= 'Cerebrate' ?>:
<?= 'MISP' ?>:
<?= $this->fetch('title') ?>
</title>
<?= $this->Html->meta('icon') ?>
@ -25,7 +25,7 @@
<?= $this->fetch('meta') ?>
<?= $this->fetch('css') ?>
<?= $this->fetch('script') ?>
<?= $this->Html->meta('favicon.ico', '/img/favicon.ico', ['type' => 'icon']); ?>
<?= $this->Html->meta('favicon.png', '/img/favicon.png', ['type' => 'icon']); ?>
</head>
<body>

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 B