function _print_footer()
 {
     trace('Enter');
     $footer = new FooterController($this->api);
     $footer->show($this->get_current_forum_id());
     trace('Leave');
 }