<?php
	require_once ('../global/header.php');

		if(pegasus_module_exists('gym01')) {
			$action = "../gym01_02/my_info_dashboard00.php";
		}
	
		if( $_SESSION['z30nr']>0 ){
			$mainmethod='../h003/loginok.php';
		}else{
			$mainmethod= '../h003/first1.php';
		}
	
	require_once ('../global/footer.php');
?>