mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-24 21:09:23 +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 -->
|
||||
<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){
|
||||
|
Loading…
Reference in New Issue
Block a user