Skip to content
Snippets Groups Projects
Commit 417d1827 authored by Aspectis's avatar Aspectis Committed by Dorian Merz
Browse files

refs #19080 [fid_bbi] add favicon

* add white background to favicons - Improving visibility on dark backgrounds.
parent f2be5592
Branches
Tags
No related merge requests found
themes/fid_bbi/images/favicon-16x16.png

191 B

themes/fid_bbi/images/favicon-32x32.png

359 B

...@@ -13,6 +13,9 @@ ...@@ -13,6 +13,9 @@
<?=$this->headMeta()?> <?=$this->headMeta()?>
<?=$this->headTitle()?> <?=$this->headTitle()?>
<link rel="icon" type="image/png" sizes="16x16" href="<?=$this->imageLink('favicon-16x16.png')?>">
<link rel="icon" type="image/png" sizes="32x32" href="<?=$this->imageLink('favicon-32x32.png')?>">
<?php <?php
// Set up OpenSearch link // Set up OpenSearch link
$this->headLink( $this->headLink(
...@@ -25,12 +28,6 @@ ...@@ -25,12 +28,6 @@
); );
?> ?>
<?php
if ($this->layout()->rtl) {
// $this->headLink()->appendStylesheet('vendor/bootstrap-rtl.min.css');
}
?>
<?=$this->headLink()?> <?=$this->headLink()?>
<?php <?php
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment