\r\n"."Reply-To: webmaster@cbfga.org\r\nContent-Type: text/plain"); //} // header $title = DEFAULT_TITLE; $sub_menu_image = null; // end header // content $nr_of_columns = 1; // $content_left = "LEFT"; $content_center = '

Email page to a friend


Your name:
Your email:
Friend’s name:
Friend’s email:
Message:
 
Submit
' ; $content_right = ""; $content = array($content_center, $content_right); // if needed you can change this // $widths = array($left_width, $center_width, $right_width); $tmp=(int)DEFAULT_WIDTH_LEFT + (int)DEFAULT_WIDTH_CENTER; if(!is_numeric(DEFAULT_WIDTH_LEFT)) $tmp.='%'; //$widths = array($tmp, DEFAULT_WIDTH_RIGHT); $widths = array('100%'); // end content // OUTPUT THE PAGE - DO NOT CHANGE THIS print_header($title, $sub_menu_image); print_content($nr_of_columns, $content, $widths); print_footer(); // END OUTPUT PAGE ?>