From 1c3670c18002066ec476cd2b2d7d0a8095e96ac9 Mon Sep 17 00:00:00 2001 From: jerrywham Date: Mon, 20 Dec 2021 14:59:16 +0000 Subject: [PATCH] Change favicon method to add alternater fav --- bl-kernel/helpers/theme.class.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bl-kernel/helpers/theme.class.php b/bl-kernel/helpers/theme.class.php index 3498f775..de2aac6f 100644 --- a/bl-kernel/helpers/theme.class.php +++ b/bl-kernel/helpers/theme.class.php @@ -234,11 +234,12 @@ class Theme { } } - public static function favicon($file='favicon.png', $typeIcon='image/png') + public static function favicon($file='favicon.png', $typeIcon='image/png', $alternate=false) { - return ''.PHP_EOL; + return ''.PHP_EOL; } + public static function keywords($keywords) { if (is_array($keywords)) {