Please make sure IN_MYBB is defined."); } $page->add_breadcrumb_item($lang->mybb_credits, "index.php?module=home-credits"); $plugins->run_hooks("admin_home_credits_begin"); if(!$mybb->input['action']) { $plugins->run_hooks("admin_home_credits_start"); $page->output_header($lang->mybb_credits); $sub_tabs['credits'] = array( 'title' => $lang->mybb_credits, 'link' => "index.php?module=home-credits", 'description' => $lang->mybb_credits_description ); $sub_tabs['credits_about'] = array( 'title' => $lang->about_the_team, 'link' => "http://mybb.com/about/team", 'link_target' => "_blank", ); $page->output_nav_tabs($sub_tabs, 'credits'); $table = new Table; $table->construct_header($lang->product_managers, array('width' => '15%')); $table->construct_header($lang->developers, array('width' => '15%')); $table->construct_header($lang->software_quality_assurance, array('width' => '20%')); $table->construct_header($lang->support_representative, array('width' => '20%')); $table->construct_header($lang->pr_liaison, array('width' => '15%')); $table->construct_cell("Chris Boulton"); $table->construct_cell("dvb"); $table->construct_cell("Imad Jomaa"); $table->construct_cell("Alan Shepperson"); $table->construct_cell("Ryan Loos"); $table->construct_row(); $table->construct_cell("Dennis Tsang"); $table->construct_cell("Huji Lee"); $table->construct_cell("Jitendra M"); $table->construct_cell("Dylan M"); $table->construct_cell(" "); $table->construct_row(); $table->construct_cell("Tim B."); $table->construct_cell("Jammerx2"); $table->construct_cell("Kieran Dunbar"); $table->construct_cell("euantor"); $table->construct_cell(" "); $table->construct_row(); $table->construct_cell(" "); $table->construct_cell("Justin Soltesz"); $table->construct_cell("King Louis"); $table->construct_cell("Fábio Maia"); $table->construct_cell(" "); $table->construct_row(); $table->construct_cell(" "); $table->construct_cell("KevinVR"); $table->construct_cell(" "); $table->construct_cell("Leefish"); $table->construct_cell(" "); $table->construct_row(); $table->construct_cell(" "); $table->construct_cell("Mike Creuzer"); $table->construct_cell(" "); $table->construct_cell("Matt Rogowski"); $table->construct_cell(" "); $table->construct_row(); $table->construct_cell(" "); $table->construct_cell("Nathan Malcolm"); $table->construct_cell(" "); $table->construct_cell("Omar G."); $table->construct_cell(" "); $table->construct_row(); $table->construct_cell(" "); $table->construct_cell("Pirata Nervo"); $table->construct_cell(" "); $table->construct_cell("Paul H."); $table->construct_cell(" "); $table->construct_row(); $table->construct_cell(" "); $table->construct_cell("Stefan T."); $table->construct_cell(" "); $table->construct_cell("Sam S."); $table->construct_cell(" "); $table->construct_row(); $table->construct_cell(" "); $table->construct_cell("Tom Moore"); $table->construct_cell(" "); $table->construct_cell("Vernier"); $table->construct_cell(" "); $table->construct_row(); $table->output($lang->mybb_credits); $page->output_footer(); } ?>