if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
if($is_admin) set_session("ss_delete_token", $token = uniqid(time()));
add_stylesheet('', 0);
$width=$board['bo_width'] ? $board['bo_width'] : 100;
if($width<=100) $width=$width."%";
else $width=$width."px";
$clap_max=10;
if($board['bo_1']!='') $clap_max=$board['bo_1'];
$clap_t=sql_fetch("select sum(cl_cnt) as sum from {$g5['clap_table']} where date_format(cl_date, '%Y-%m-%d')='".G5_TIME_YMD."' and cl_ip='{$_SERVER['REMOTE_ADDR']}'");
$cl_cnt=$clap_t['sum'];
?>