remove favicon from the non-profile pages

This commit is contained in:
ghost 2022-05-14 09:58:13 +03:00
parent 2e892c5165
commit d04759f4ed

View File

@ -7,8 +7,6 @@
<base href="<?php echo BASE_URL; ?>" />
<?php if ($namespaceHash) { ?>
<link rel="icon" type="image/png" href="image.php?hash=<?php echo $namespaceHash; ?>&radius=30" />
<?php } else { ?>
<link rel="icon" type="image/png" href="image.php?hash=<?php echo md5(date('dmY')); ?>&radius=30" />
<?php } ?>
<?php if ($ns) { ?>
<?php if ($page) { ?>