From 34bff1c58b154be2fd15bfd917618a904ffedd25 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 15:25:29 +0900 Subject: [PATCH] cfmgrv4 init...3 --- app/Views/admin/welcome_message.php | 202 ++++++++++++++-------------- 1 file changed, 102 insertions(+), 100 deletions(-) diff --git a/app/Views/admin/welcome_message.php b/app/Views/admin/welcome_message.php index ad1c33e..02700d6 100644 --- a/app/Views/admin/welcome_message.php +++ b/app/Views/admin/welcome_message.php @@ -1,122 +1,124 @@ extend(LAYOUTS[$viewDatas['layout']]['path']) ?> section('content') ?>
include(LAYOUTS[$viewDatas['layout']]['path'] . '/top'); ?>
-
-
include(LAYOUTS[$viewDatas['layout']]['path'] . '/left_menu'); ?>
-
- include("templates/{$viewDatas['layout']}/index_header"); ?> -
- -
-

최신 뉴스

- 최근 업데이트: -
+ .news-item p { + font-size: 14px; + color: #666; + } + +
+

최신 뉴스

+ 최근 업데이트: +
- -
- + // 페이지 로드 시 초기 시간 설정 및 RSS 피드 가져오기 + updateLastUpdateTime(); + fetchRSS(); + + // 1시간마다 RSS 피드 업데이트 + setInterval(fetchRSS, 3600000); + +
+ +
-
-
- -
- + + + + +
include(LAYOUTS[$viewDatas['layout']]['path'] . '/bottom'); ?>