mirror of
https://github.com/itflow-org/itflow
synced 2026-03-04 12:54:51 +00:00
Added condition to check if favicon.ico exists in /uploads else use the default
This commit is contained in:
@@ -18,6 +18,10 @@ header("X-Frame-Options: DENY");
|
|||||||
|
|
||||||
<title><?php echo nullable_htmlentities($session_company_name); ?> | <?php echo nullable_htmlentities($config_app_name); ?></title>
|
<title><?php echo nullable_htmlentities($session_company_name); ?> | <?php echo nullable_htmlentities($config_app_name); ?></title>
|
||||||
|
|
||||||
|
<!-- If Fav Icon exists else use the default one -->
|
||||||
|
<?php if(file_exists('uploads/favicon.ico')) { ?>
|
||||||
|
<link rel="icon" type="image/x-icon" href="/uploads/favicon.ico">
|
||||||
|
<?php } ?>
|
||||||
<!-- Font Awesome Icons -->
|
<!-- Font Awesome Icons -->
|
||||||
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
|
<link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user