'.get_lang('TicketMsgWelcome').'
';
$table->set_header(0, '#', true);
$table->set_header(1, get_lang('Status'), false);
$table->set_header(2, get_lang('Date'), true);
$table->set_header(3, get_lang('LastUpdate'), true);
$table->set_header(4, get_lang('Category'));
}
$table->display();
Display::display_footer();