From 20fb3e8773e452b178d8fec92a06472e73b88354 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Wed, 16 Oct 2024 18:58:18 +0900 Subject: [PATCH] cfmgrv4 init...3 --- app/Views/admin/index.php | 5 +++-- app/Views/admin/welcome_message.php | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/Views/admin/index.php b/app/Views/admin/index.php index 4c7042e..1b7fd17 100644 --- a/app/Views/admin/index.php +++ b/app/Views/admin/index.php @@ -2,7 +2,7 @@ section('content') ?>
include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?>
- +
- + diff --git a/app/Views/admin/welcome_message.php b/app/Views/admin/welcome_message.php index 2e5c66d..4b6614f 100644 --- a/app/Views/admin/welcome_message.php +++ b/app/Views/admin/welcome_message.php @@ -2,7 +2,7 @@ section('content') ?>
include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?>
-
@@ -23,7 +23,8 @@
번호 getListLabel($field, $viewDatas) ?>getListLabel($field, $viewDatas) ?> + 작업
+
@@ -86,7 +86,7 @@ return `${base.protocol}//${base.hostname}${base.pathname.substring(0, base.pathname.lastIndexOf('/') + 1)}${url}`; } - document.addEventListener('DOMContentLoaded', function() { + document.addEventListener('DOMContentLoaded', function () { fetchRSS(); setInterval(fetchRSS, 3600000); });