diff options
Diffstat (limited to 'pages/travelling.inc')
-rw-r--r-- | pages/travelling.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/travelling.inc b/pages/travelling.inc index 46b1a7f..2064ce1 100644 --- a/pages/travelling.inc +++ b/pages/travelling.inc @@ -141,7 +141,7 @@ global $travelling; <?php if ($travelling[$member['id']]["travelling"] && $travelling[$member['id']]["equestria"]): ?> <img style="width:24px;" src="/assets/logo/equestria.png"> Equestria <?php else: ?> - <a class="member-link" href="/<?= $system === "gdapd" ? "raindrops" : "cloudburst" ?>"><img style="width:24px;border-radius:5px;" src="/assets/uploads/<?= $system === "gdapd" ? "raindrops" : "cloudburst" ?>.png"> <?= $system === "gdapd" ? "Raindrops" : "Cloudburst" ?> System</a> + <a class="member-link" href="/<?= $system === "gdapd" ? "raindrops" : "cloudburst" ?>"><img style="width:24px;border-radius:5px;" src="<?= getAsset($system) ?>"> <?= $system === "gdapd" ? "Raindrops" : "Cloudburst" ?> System</a> <?php endif; ?> <?php if ($travelling[$member['id']]["travelling"]): ?> <span class="text-muted">(<?= timeAgo($travelling[$member['id']]["history"][count($travelling[$member['id']]["history"]) - 1]["start"]) ?>)</span> |