Add custom Icon Support

This commit is contained in:
Clortox
2021-02-08 14:51:46 -05:00
parent 2b7a9a6dd4
commit 5890a4f2a5
4 changed files with 13 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
include 'helpers/files.php';
?>
<title><?php echo $site_name ?></title>
<link rel="icon" href="<?php echo $site_image ?>">
</head>
<body style="background-color: black">