summaryrefslogtreecommitdiff
path: root/includes/sysedit.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sysedit.inc')
-rw-r--r--includes/sysedit.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sysedit.inc b/includes/sysedit.inc
index bfff61b..22ec670 100644
--- a/includes/sysedit.inc
+++ b/includes/sysedit.inc
@@ -2,7 +2,7 @@
?>
-<div id="system-banner-container" style="width: 100%;height: 65vh;position: fixed;background-image: url('/assets/uploads/banner-<?= $system ?>.jpg');background-size: cover;background-position: center; top: 0;">
+<div id="system-banner-container" style="width: 100%;height: 65vh;position: fixed;background-image: url('<?= getAsset($systemID, null, "banners") ?>');background-size: cover;background-position: center; top: 0;">
<div id="system-banner-inner" style="height: 100%;width: 100%;background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);"></div>
</div>