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); });