update
This commit is contained in:
parent
90dd3e7113
commit
560ae737a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
if (!defined("_GNUBOARD_"))
|
if (!defined("_GNUBOARD_"))
|
||||||
exit;
|
exit;
|
||||||
include_once G5_LIB_PATH . '/thumbnail.lib.php';
|
include_once G5_LIB_PATH . '/thumbnail.lib.php';
|
||||||
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
// add_stylesheet('css 구문', 출력순서); 숫자가 작을 수록 먼저 출력됨
|
||||||
add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0);
|
add_stylesheet('<link rel="stylesheet" href="' . $board_skin_url . '/style.css">', 0);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue