diff options
Diffstat (limited to 'pages/public.inc')
-rw-r--r-- | pages/public.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/public.inc b/pages/public.inc index f87256b..f714f89 100644 --- a/pages/public.inc +++ b/pages/public.inc @@ -20,7 +20,7 @@ function banner() { $isLoggedIn = false; $isLowerLoggedIn = false; $byColor = ge <div style="text-align: center;"> <img alt="" src="/assets/logo/newlogo-ng.png" style="width:128px;"> <p style="z-index:999;position:relative;background:transparent;margin: 20px -10px 0 -20px;padding-right:30px;height:32px;text-align: center;display:grid;grid-template-columns: repeat(<?= count($byColor) ?>, 1fr);"> - <?php foreach ($byColor as $member): ?><a class="rainbow-item" style="overflow: hidden;"><img title="<?= $member["display_name"] ?? $member["name"] ?>" data-bs-toggle="tooltip" src="<?= getAsset($member["_system"], $member["id"], "heads") ?>" style="height:32px;position:absolute;z-index:99;"></a><?php endforeach; ?> + <?php foreach ($byColor as $member): ?><a class="rainbow-item" style="overflow: hidden;"></a><?php endforeach; ?> </p> <div style="margin-top:-33px;margin-bottom:0;margin-left:-20px;margin-right:20px;height:32px;text-align: center;display:grid;grid-template-columns: repeat(<?= count($byColor) ?>, 1fr);position:relative;left:10px;"> <?php foreach ($byColor as $member): ?><div> @@ -200,4 +200,4 @@ function members() { $isLoggedIn = false; $isLowerLoggedIn = false; global $app; <?php endif; ?> </style> -<?php file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/cache/home.json", json_encode($cache)); require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?>
\ No newline at end of file +<?php file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/cache/home.json", json_encode($cache)); require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?> |