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'); ?>