6 lines
No EOL
182 B
PHP
6 lines
No EOL
182 B
PHP
<?php
|
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|
add_stylesheet('<link rel="stylesheet" href="'.$content_skin_url.'/style.css">', 0);
|
|
?>
|
|
|
|
<?php echo $str; ?>
|