include "../lib/link";
if(file_exists("./include/header.html")) { include "./include/header.html"; }
$q1 = mysqlQuery(" select * from n_memberInfo where name = 'header' ");
$c1 = mysqlFetch($q1);
$header = $c1[content];
$q1 = mysqlQuery(" select * from n_memberInfo where name = 'footer' ");
$c1 = mysqlFetch($q1);
$footer = $c1[content];
$q1 = mysqlQuery(" select * from n_memberInfo where name = 'rule' ");
$c1 = mysqlFetch($q1);
echo("
$header
$footer
");
if(file_exists("./include/footer.html")) { include "./include/footer.html"; }
?>
/*----------------------------------------------------------------
ÆÄ ÀÏ ¸í : rule.html
------------------------------------------------------------------
»ç ¿ë ¿ä ¾à : [ÀϹÝ] ȸ¿ø°¡ÀÔ ÀÌ¿ë¾à°ü ÆäÀÌÁö
------------------------------------------------------------------
°³ ¹ß ÀÚ : ±è¿ìÇö
------------------------------------------------------------------
µð ÀÚ ÀÎ : ±è¹Î¾Æ
------------------------------------------------------------------
Á¦ÀÛ ½ÃÀÛÀÏ : 2003/05/11
------------------------------------------------------------------
¼ö Á¤ ³» ¿ë : ¼öÁ¤ÀÏ :
¼öÁ¤ÀÚ :
³» ¿ë :
------------------------------------------------------------------*/
?>