mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-08 22:27:59 +00:00
remove favicon from the non-profile pages
This commit is contained in:
parent
2e892c5165
commit
d04759f4ed
@ -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) { ?>
|
||||
|
Loading…
Reference in New Issue
Block a user