[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * Website: http://mybb.com 7 * License: http://mybb.com/about/license 8 * 9 * $Id$ 10 */ 11 12 // Disallow direct access to this file for security reasons 13 if(!defined("IN_MYBB")) 14 { 15 die("Direct initialization of this file is not allowed.<br /><br />Please make sure IN_MYBB is defined."); 16 } 17 18 $page->add_breadcrumb_item($lang->mybb_credits, "index.php?module=home-credits"); 19 20 $plugins->run_hooks("admin_home_credits_begin"); 21 22 if(!$mybb->input['action']) 23 { 24 $plugins->run_hooks("admin_home_credits_start"); 25 26 $page->output_header($lang->mybb_credits); 27 28 $sub_tabs['credits'] = array( 29 'title' => $lang->mybb_credits, 30 'link' => "index.php?module=home-credits", 31 'description' => $lang->mybb_credits_description 32 ); 33 34 $sub_tabs['credits_about'] = array( 35 'title' => $lang->about_the_team, 36 'link' => "http://mybb.com/about/team", 37 'link_target' => "_blank", 38 ); 39 40 $page->output_nav_tabs($sub_tabs, 'credits'); 41 42 $table = new Table; 43 $table->construct_header($lang->product_managers, array('width' => '15%')); 44 $table->construct_header($lang->developers, array('width' => '15%')); 45 $table->construct_header($lang->software_quality_assurance, array('width' => '20%')); 46 $table->construct_header($lang->support_representative, array('width' => '20%')); 47 $table->construct_header($lang->pr_liaison, array('width' => '15%')); 48 49 $table->construct_cell("<a href=\"http://community.mybb.com/user-1.html\" target=\"_blank\">Chris Boulton</a>"); 50 $table->construct_cell("<a href=\"http://community.mybb.com/user-8242.html\" target=\"_blank\">dvb</a>"); 51 $table->construct_cell("<a href=\"http://community.mybb.com/user-6928.html\" target=\"_blank\">Imad Jomaa</a>"); 52 $table->construct_cell("<a href=\"http://community.mybb.com/user-24328.html\" target=\"_blank\">Alan Shepperson</a>"); 53 $table->construct_cell("<a href=\"http://community.mybb.com/user-3971.html\" target=\"_blank\">Ryan Loos</a>"); 54 $table->construct_row(); 55 56 $table->construct_cell("<a href=\"http://community.mybb.com/user-81.html\" target=\"_blank\">Dennis Tsang</a>"); 57 $table->construct_cell("<a href=\"http://community.mybb.com/user-23291.html\" target=\"_blank\">Huji Lee</a>"); 58 $table->construct_cell("<a href=\"http://community.mybb.com/user-12694.html\" target=\"_blank\">Jitendra M</a>"); 59 $table->construct_cell("<a href=\"http://community.mybb.com/user-22890.html\" target=\"_blank\">Dylan M</a>"); 60 $table->construct_cell(" "); 61 $table->construct_row(); 62 63 $table->construct_cell("<a href=\"http://community.mybb.com/user-8198.html\" target=\"_blank\">Tim B.</a>"); 64 $table->construct_cell("<a href=\"http://community.mybb.com/user-24611.html\" target=\"_blank\">Jammerx2</a>"); 65 $table->construct_cell("<a href=\"http://community.mybb.com/user-15525.html\" target=\"_blank\">Kieran Dunbar</a>"); 66 $table->construct_cell("<a href=\"http://community.mybb.com/user-21114.html\" target=\"_blank\">euantor</a>"); 67 $table->construct_cell(" "); 68 $table->construct_row(); 69 70 $table->construct_cell(" "); 71 $table->construct_cell("<a href=\"http://community.mybb.com/user-1830.html\" target=\"_blank\">Justin Soltesz</a>"); 72 $table->construct_cell("<a href=\"http://community.mybb.com/user-57502.html\" target=\"_blank\">King Louis</a>"); 73 $table->construct_cell("<a href=\"http://community.mybb.com/user-16693.html\" target=\"_blank\">Fábio Maia</a>"); 74 $table->construct_cell(" "); 75 $table->construct_row(); 76 77 $table->construct_cell(" "); 78 $table->construct_cell("<a href=\"http://community.mybb.com/user-63966.html\" target=\"_blank\">KevinVR</a>"); 79 $table->construct_cell(" "); 80 $table->construct_cell("<a href=\"http://community.mybb.com/user-23276.html\" target=\"_blank\">Leefish</a>"); 81 $table->construct_cell(" "); 82 $table->construct_row(); 83 84 $table->construct_cell(" "); 85 $table->construct_cell("<a href=\"http://community.mybb.com/user-7331.html\" target=\"_blank\">Mike Creuzer</a>"); 86 $table->construct_cell(" "); 87 $table->construct_cell("<a href=\"http://community.mybb.com/user-13556.html\" target=\"_blank\">Matt Rogowski</a>"); 88 $table->construct_cell(" "); 89 $table->construct_row(); 90 91 $table->construct_cell(" "); 92 $table->construct_cell("<a href=\"http://community.mybb.com/user-27579.html\" target=\"_blank\">Nathan Malcolm</a>"); 93 $table->construct_cell(" "); 94 $table->construct_cell("<a href=\"http://community.mybb.com/user-25096.html\" target=\"_blank\">Omar G.</a>"); 95 $table->construct_cell(" "); 96 $table->construct_row(); 97 98 $table->construct_cell(" "); 99 $table->construct_cell("<a href=\"http://community.mybb.com/user-8582.html\" target=\"_blank\">Pirata Nervo</a>"); 100 $table->construct_cell(" "); 101 $table->construct_cell("<a href=\"http://community.mybb.com/user-37431.html\" target=\"_blank\">Paul H.</a>"); 102 $table->construct_cell(" "); 103 $table->construct_row(); 104 105 $table->construct_cell(" "); 106 $table->construct_cell("<a href=\"http://community.mybb.com/user-2824.html\" target=\"_blank\">Stefan T.</a>"); 107 $table->construct_cell(" "); 108 $table->construct_cell("<a href=\"http://community.mybb.com/user-19236.html\" target=\"_blank\">Sam S.</a>"); 109 $table->construct_cell(" "); 110 $table->construct_row(); 111 112 $table->construct_cell(" "); 113 $table->construct_cell("<a href=\"http://community.mybb.com/user-14621.html\" target=\"_blank\">Tom Moore</a>"); 114 $table->construct_cell(" "); 115 $table->construct_cell("<a href=\"http://community.mybb.com/user-55924.html\" target=\"_blank\">Vernier</a>"); 116 $table->construct_cell(" "); 117 $table->construct_row(); 118 119 $table->output($lang->mybb_credits); 120 121 $page->output_footer(); 122 } 123 124 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |