Added favicon

This commit is contained in:
Pierre 2017-06-06 19:00:58 +02:00
parent d160e9a43d
commit ec6532a0b7
2 changed files with 4 additions and 0 deletions

BIN
assets/img/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@ -31,6 +31,10 @@
<!-- UTF-8 support -->
<meta charset="utf-8">
<!-- Favicons -->
<link rel="icon" type="image/vnd.microsoft.icon" href="<?php echo config['pathAssets']; ?>img/favicon.png" />
<link rel="shortcut icon" type="image/x-icon" href="<?php echo config['pathAssets']; ?>img/favicon.png" />
<!--Stylesheet requirements -->
<?php
foreach($config['CSSfiles'] as $file){