_header_class = new WPPFM_Main_Header(); $this->_support_form = new WPPFM_Support_Page(); } /** * Show the Support page. */ public function show() { echo '
'; $this->_header_class->show( 'support-page' ); $this->_support_form->display(); echo '
'; } } // end of WPPFM_Add_Support_Page class endif;