"; echo ""; Define( "_vStrRootPath" , "../../" ); Include( _vStrRootPath . "_libraries/_config_front-end.php" ); Include( _vStrRootPath . _vStrDirGlobal . "/_config_front-end_session.php" ); Include( _vStrRootPath . _vStrDirGlobal . "/constant_front-end_member.php" ); Include( _vStrRootPath . "_language/" . $vStrLangDir . "/" . _vStrDirPrefix . "/" . _vStrDirGlobal . "/constant_front-end_member.php" ); $iStrSitePage = Strtolower( Trim( $_GET[ _vStrKeySitePage ] ) ); If ( $iStrSitePage == "" ) { $iStrSitePage = Strtolower( Trim( $_POST[ _vStrKeySitePage ] ) ); } If ( $iStrSitePage == "" ) { Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_top.php" ); Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_content_start.php" ); Include( _vStrRootPath . "_language/" . $vStrLangDir . "/" . _vStrDirPrefix . "/member/my/_index.php" ); Include( "_index.php" ); Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_content_end.php" ); Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_bottom.php" ); } Else { /***** Get ID SitePage 3 Dig *****/ $vStrSitePage3Dig = Substr( $iStrSitePage , 0 , 3 ); /***** End *****/ // Check Module No SignIn If ( $vStrSitePage3Dig <> _vStrBfpIDMenu0 ) { /***** Check Session *****/ Include( _vStrRootPath . _vStrDirGlobal . "/global_member_id.username.php" ); Customer_Login( $vStrSessionID , $vStrSessionUsername , "./" ); /***** End *****/ } If ( $iStrSitePage == _vStrBfpIDMain ) { Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_top.php" ); Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_content_start_1.php" ); Include( _vStrRootPath . "_language/" . $vStrLangDir . "/" . _vStrDirPrefix . "/member/my/" . _vStrBfpUrlMain . ".php" ); Include( _vStrBfpUrlMain . ".php" ); Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_content_end.php" ); Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_bottom.php" ); } Else { /***** Get URL *****/ $oStrUrl = $_vArrBfpMenu[ $vStrSitePage3Dig ][ $iStrSitePage ][ 1 ]; If ( ! $oStrUrl ) { Header( "Location: ./" ); } /***** End *****/ /***** Get Navigator *****/ $iStrNav = Trim( $_GET[ "nav" ] ); $vStrSessionNav = Trim( $_SESSION[ _vStrKeySessionFrontendNavigator ] ); If ( $vStrSessionNav == "" ) { $_SESSION[ _vStrKeySessionFrontendNavigator ] = $iStrNav; } Else { If ( ( $iStrNav <> "" ) And ( $vStrSessionNav <> $iStrNav ) ) { $_SESSION[ _vStrKeySessionFrontendNavigator ] = $iStrNav; } } $vStrNav = Trim( $_SESSION[ _vStrKeySessionFrontendNavigator ] ); /***** End *****/ /***** Check Type *****/ $iStrType = Strtolower( Trim( $_GET[ "typ" ] ) ); If ( $iStrType == _vStrFmcIDEdit Or $iStrType == _vStrFmcIDLevel Or $iStrType == _vStrFmcIDLevelEdit ) { /***** Ê觤èÒ Order By Display *****/ $iStrOrderBy = Strtolower( Trim( $_GET[ "odr" ] ) ); If ( $iStrOrderBy <> "" ) { $iStrOrderBy = "&odr=" . $iStrOrderBy; } /***** End *****/ /***** Ê觤èÒ Page Section *****/ $iStrPageNo = Trim( $_GET[ "pn" ] ); If ( $iStrPageNo <> "" ) { $iStrPageNo = "&pn=" . $iStrPageNo; } /***** End *****/ // Get Navigator $vStrNav = "" . $vStrNav . " >"; } /***** End *****/ Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_top.php" ); Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_content_start.php" ); Include( _vStrRootPath . "_language/" . $vStrLangDir . "/" . _vStrDirPrefix . "/member/my/" . $oStrUrl . ".php" ); Include( $oStrUrl . ".php" ); Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_content_end.php" ); Include( _vStrRootPath . _vStrDirPublic . "/_front-end_member.my_bottom.php" ); } } ?>