/******************************************************************************************************
Gabia Co., Ltd.
Copyright Gabia Co., Ltd. 2000. All rights reserved.
No part of this work covered by the copyright hereon may be reproduced,
stored in a retrieval system, in any form or by any means, electronic,
mechanical, photocopying, recording or otherwise, without the prior
written permission of Gabia Co., Ltd.
FILE_NAME : Page/index.php
DATE : 2012-04-07
AUTHOR : ohdogs@2p.co.kr
DESCRIPTION : 포스윈 서브페이지 레이아웃
FUNCTIONS :
HISTORY : 2012-04-07 created by ohdogs@2p.co.kr
REMARKS :
*******************************************************************************************************/
include_once("../_common_sub.php"); //페이지 경로 설정
include_once("sub_head.php"); //페이지 상단 불러오기
/*
echo "pageIDLeng".$pageIDLeng."
";
echo "PageNum".$pageNum."
";
echo "subNum".$subNum."
";
echo "lastNum".$lastNum."
";
*/
include("../contents/".$pageid.".php"); //페이지 불러오기
include_once("sub_tail.php"); //페이지 하단 불러오기
?>