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)) {