mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-25 05:19:22 +00:00
Added favicon
This commit is contained in:
parent
d160e9a43d
commit
ec6532a0b7
BIN
assets/img/favicon.png
Normal file
BIN
assets/img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
@ -31,6 +31,10 @@
|
|||||||
<!-- UTF-8 support -->
|
<!-- UTF-8 support -->
|
||||||
<meta charset="utf-8">
|
<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 -->
|
<!--Stylesheet requirements -->
|
||||||
<?php
|
<?php
|
||||||
foreach($config['CSSfiles'] as $file){
|
foreach($config['CSSfiles'] as $file){
|
||||||
|
Loading…
Reference in New Issue
Block a user