<?
header("Content-type: text/html; charset=euc-kr");
switch ($type)
{
case "menu":
$file = "menu.htm";
break;
default :
$file = $template . ".htm";
break;
}
$master_code = substr( $template, 0,1 );
$_location = "${master_code}/" . $file;
// is exist check 없넹~~귀챦아~
readfile($_location);
?>
댓글 없음:
댓글 쓰기