17 lines
549 B
PHP
17 lines
549 B
PHP
<?
|
|
session_start();
|
|
include $_SERVER[DOCUMENT_ROOT] . "/common/conf/config.inc.php";
|
|
?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>»õ¸¸±Ý À£ºù¸í°¡</title>
|
|
<link href="/css/style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
|
|
<? $boardid = "qna"; $catgory=$_GET[catgory]; include $_SITE[BOARD_PATH]."/board.php"; ?>
|
|
|
|
</body>
|
|
</html>
|