mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-24 13:54:20 +00:00
create dynamical main page favicon
This commit is contained in:
parent
3b0ad190b5
commit
8b150af09e
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.6 KiB |
@ -6,9 +6,9 @@
|
||||
<meta name="description" content="Open Source Content Exploring Platform for Kevacoin Blockchain" />
|
||||
<base href="<?php echo BASE_URL; ?>" />
|
||||
<?php if ($namespaceHash) { ?>
|
||||
<link rel="icon" type="image/png" href="image.php?hash=<?php echo $namespaceHash; ?>&width=220&height=220&radius=110" />
|
||||
<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/favicon-dark.png" />
|
||||
<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…
x
Reference in New Issue
Block a user