From 1f9024763d9224c4cd9a181bac27e6b9f12ad672 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 18 Sep 2024 14:14:53 -0400 Subject: refactor --- src/web/_views/apps/bucket.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/_views/apps/bucket.php') diff --git a/src/web/_views/apps/bucket.php b/src/web/_views/apps/bucket.php index 72c349b..aeb6cf3 100644 --- a/src/web/_views/apps/bucket.php +++ b/src/web/_views/apps/bucket.php @@ -3,9 +3,9 @@ $root='https://webring.bucketfish.me/redirect.html?to=%s&name=' . $name; $this->view('head', $data); if ($lightmode === 'true') { - echo $this->main->link_css('css/bucket_light.css'); + echo $this->link_css('css/bucket_light.css'); } else { - echo $this->main->link_css('css/bucket.css'); + echo $this->link_css('css/bucket.css'); } ?> -- cgit v1.2.3-freya