<?php
require_once("smf-admins.php");
$admin_array = array();
$AdminClass = new AdminClass();
$AdminClass->load_admin_db($db);
$trans = $AdminClass->load_admins("trans");
$admins = $AdminClass->load_admins("admins");
$la = $AdminClass->load_admins("la");
$eu = $AdminClass->load_admins("eu");
$head = $AdminClass->load_admins("head");
?>
<div class="clearboth"></div>
<!-- header -->
<div id="intro_blurb">
<div class="inner">
<div id="intro_blurb_title"><span>Admins<br />
</span></div>
<div id="blurb">
<?php echo $lang_gen['admins_title']; ?>
</div>
</div><!-- inner -->
</div><!-- intro_blurb -->
<div class="clearboth"></div>
<div id="breadcrumbs">
<div class="inner">
<p class="breadcrumb"><span class="breadarrow"></span><span class="current_crumb"></span> <span class="date"></span></p>
</div><!-- inner -->
</div><!-- breadcrumbs -->
<div id="body_block">
<div class="inner">
<div id="admin_page">
<div class="content">
<div class="image_loader"></div>
<div class="entry">
<div class="one_third">
<div class="head_box">
<h5>
Head Admins
</h5>
<p>
<?php
foreach ($head as $uid => $admin) {
echo "<a target='_BLANK' href='http://forums.pugbot.com/index.php?action=profile;u=".$uid."'>".$admin."</a><br />";
}
?>
</p>
</div>
<div class="irc_box">
<h5>
<?php echo $lang_gen['admins']; ?>
</h5>
<p>
<?php
foreach ($admins as $uid => $admin) {
echo "<a target='_BLANK' href='http://forums.pugbot.com/index.php?action=profile;u=".$uid."'>".$admin."</a><br />";
}
?>
</p>
</div>
</div>
<div class="one_third">
<div class="la_box">
<h5>
<?php echo $lang_gen['la_support']; ?>
</h5>
<p>
<?php
foreach ($la as $uid => $admin) {
echo "<a target='_BLANK' href='http://forums.pugbot.com/index.php?action=profile;u=".$uid."'>".$admin."</a><br />";
}
?>
</p>
</div>
<div class="eu_box">
<h5>
<?php echo $lang_gen['eu_support']; ?>
</h5>
<p>
<?php
foreach ($eu as $uid => $admin) {
echo "<a target='_BLANK' href='http://forums.pugbot.com/index.php?action=profile;u=".$uid."'>".$admin."</a><br />";
}
?>
</p>
</div>
<div class="prog_box">
<h5>
<?php echo $lang_gen['programmers']; ?>
</h5>
<p><a target="_BLANK" href="http://forums.pugbot.com/index.php?action=profile;u=21">GT-Rick</a><br />
<a target="_BLANK" href="http://forums.pugbot.com/index.php?action=profile;u=2">slackin</a><br />
<a target='_BLANK' href='http://forums.pugbot.com/index.php?action=profile;u=46'>dakotadawg</a><br />
ThePoopSmith<br />
<br />
</p>
</div>
</div>
<div class="one_third last">
<div class="trans_box">
<h5>
<?php echo $lang_gen['translation']; ?>
</h5>
<p>
<?php
foreach ($trans as $uid => $admin) {
echo "<a target='_BLANK' href='http://forums.pugbot.com/index.php?action=profile;u=".$uid."'>".$admin."</a><br />";
}
?>
</p>
</div>
<div class="special_box">
<h5>
<?php echo $lang_gen['special']; ?>
</h5>
<p>prodigy<br />
nexu<br />
unR|Twist`CEO<br />
ZKAT8IT<br />
TheSpaceDude<br />
OrangeBud<br />
<a target="_BLANK" href="http://forums.pugbot.com/index.php?action=profile;u=27">unR|kbar</a><br />
vortex<br />
<a target="_BLANK" href="http://forums.pugbot.com/index.php?action=profile;u=24">]{ronic</a><br />
</p>
</div>
</div><!-- one_half -->
<div class="one_half last">
</div><!-- one_half last -->
<div class="clearboth"></div>
</div>
<div class="clearboth"></div>
</div><!-- content -->
</div><!-- primary_full -->
</div><!-- inner -->
</div><!-- body_block -->