Zeile 1 | Zeile 1 |
---|
<?php /** * MyBB 1.4
|
<?php /** * MyBB 1.4
|
* Copyright � 2008 MyBB Group, All Rights Reserved
| * Copyright � 2008 MyBB Group, All Rights Reserved
|
* * Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* * Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: credits.php 4455 2009-09-12 19:41:01Z destroyer $
| * $Id: credits.php 4570 2009-12-01 09:19:49Z dennis $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 70 | Zeile 70 |
---|
$table->construct_cell("<a href=\"http://community.mybboard.net/user-81.html\" target=\"_blank\">Dennis Tsang</a>"); $table->construct_cell(" "); $table->construct_cell("<a href=\"http://community.mybboard.net/user-13144.html\" target=\"_blank\">DougSD</a>");
|
$table->construct_cell("<a href=\"http://community.mybboard.net/user-81.html\" target=\"_blank\">Dennis Tsang</a>"); $table->construct_cell(" "); $table->construct_cell("<a href=\"http://community.mybboard.net/user-13144.html\" target=\"_blank\">DougSD</a>");
|
| $table->construct_cell("<a href=\"http://community.mybboard.net/user-6928.html\" target=\"_blank\">Imad Jomaa</a>");
|
$table->construct_cell("<a href=\"http://community.mybboard.net/user-17942.html\" target=\"_blank\">Joshua Mayer</a>");
|
$table->construct_cell("<a href=\"http://community.mybboard.net/user-17942.html\" target=\"_blank\">Joshua Mayer</a>");
|
$table->construct_cell("<a href=\"http://community.mybboard.net/user-15525.html\" target=\"_blank\">Kieran Dunbar</a>"); $table->construct_row(); $table->construct_cell(" "); $table->construct_cell(" "); $table->construct_cell(" "); $table->construct_cell("<a href=\"http://community.mybboard.net/user-6928.html\" target=\"_blank\">Imad Jomaa</a>"); $table->construct_cell(" ");
| |
$table->construct_row(); $table->construct_cell(" ");
|
$table->construct_row(); $table->construct_cell(" ");
|
$table->construct_cell(" "); $table->construct_cell(" ");
| $table->construct_cell(" "); $table->construct_cell(" ");
|
$table->construct_cell("<a href=\"http://community.mybboard.net/user-1428.html\" target=\"_blank\">Nick P.</a>");
|
$table->construct_cell("<a href=\"http://community.mybboard.net/user-1428.html\" target=\"_blank\">Nick P.</a>");
|
$table->construct_cell(" ");
| $table->construct_cell("<a href=\"http://community.mybboard.net/user-15525.html\" target=\"_blank\">Kieran Dunbar</a>");
|
$table->construct_row(); $table->output($lang->mybb_credits);
| $table->construct_row(); $table->output($lang->mybb_credits);
|