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 @@
= $this->section('content') ?>
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?>
-
+
|
@@ -23,7 +23,8 @@
|
| 번호 |
- = $viewDatas['helper']->getListLabel($field, $viewDatas) ?> |
+ = $viewDatas['helper']->getListLabel($field, $viewDatas) ?>
+ |
작업 |
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 @@
= $this->section('content') ?>
= $this->include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?>
-
+
|
@@ -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);
});
|