diff --git a/themes/fid_bbi/images/favicon-16x16.png b/themes/fid_bbi/images/favicon-16x16.png new file mode 100644 index 0000000000000000000000000000000000000000..c60515d57c72c1c5d31bf4d4fc3ee59311cf8c91 Binary files /dev/null and b/themes/fid_bbi/images/favicon-16x16.png differ diff --git a/themes/fid_bbi/images/favicon-32x32.png b/themes/fid_bbi/images/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..c2655aca2820a146e9fd94a1ace8cfe4f87d2ca2 Binary files /dev/null and b/themes/fid_bbi/images/favicon-32x32.png differ diff --git a/themes/fid_bbi/templates/html-head.phtml b/themes/fid_bbi/templates/html-head.phtml index 46ccbaeec5c9e4cea0fdb976c2945d1d57821962..d1654f30feada3c8433b2f40b8d82ca0c83258e8 100644 --- a/themes/fid_bbi/templates/html-head.phtml +++ b/themes/fid_bbi/templates/html-head.phtml @@ -13,6 +13,9 @@ <?=$this->headMeta()?> <?=$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 // Set up OpenSearch link $this->headLink( @@ -25,12 +28,6 @@ ); ?> - <?php - if ($this->layout()->rtl) { - // $this->headLink()->appendStylesheet('vendor/bootstrap-rtl.min.css'); - } - ?> - <?=$this->headLink()?> <?php