AvocadoAmber/AvocadoEdition_Light/skin/connect/basic/connect.skin.php

10 lines
311 B
PHP
Raw Normal View History

2022-09-17 20:50:50 +09:00
<?php
2024-09-23 11:41:22 +09:00
if (!defined('_GNUBOARD_'))
exit; // 개별 페이지 접근 불가
2022-09-17 20:50:50 +09:00
// 회원수는 $row['mb_cnt'];
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
2024-09-23 11:41:22 +09:00
add_stylesheet('<link rel="stylesheet" href="' . $connect_skin_url . '/style.css">', 0);
2022-09-17 20:50:50 +09:00
2024-09-23 11:41:22 +09:00
echo $row['total_cnt'];