<?php
define('IN_COPPERMINE', true);
require('include/init.inc.php');
pageheader('Hello member');
if (!USER_ID) {
cpg_die(ERROR, $lang_errors['access_denied'], __FILE__, __LINE__);
}
?>
Your custom content here
<?php
pagefooter();
?>
should do the trick.