_header_class = new WPPFM_Main_Header(); $this->_channel_manager_form = new WPPFM_Channel_Manager_Page(); } /** * Shows the Channel Manager page. * * @param string $updated contains the channel name if the page is loaded after a channel update. */ public function show( $updated ) { echo '
'; $this->_header_class->show( 'channel-manager-page' ); $this->_channel_manager_form->display( $updated ); echo '
'; } } // end of WPPFM_Add_Channel_Manager_Page class endif;