This commit is contained in:
Amberstone 2024-10-23 00:15:08 +09:00
parent 90dd3e7113
commit 560ae737a7
Signed by: amber
GPG key ID: 094B0E55F98D8BF1

View file

@ -1,6 +1,6 @@
<?php
if (!defined("_GNUBOARD_"))
exit;
exit;
include_once G5_LIB_PATH . '/thumbnail.lib.php';
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0);