<?php
// Ok, we have to start somewhere, right?
function template_lspcredits()
{
global $context, $txt;
$context['page_title'] = $txt['admin002'];
echo '
<table width="100%" border="0" class="bordercolor" cellspacing="1" cellpadding="3" align="center">
<tr>
<td class="catbg">
<div align="center"><b>Thank you, from the LSP Team!</b></div>
</td>
</tr>
<tr>
<td class="windowbg">
Your Development Team:
</td>
</tr>
<tr>
<td class="windowbg2">
Jason S. Arencibia (Aquilo)<br />
Chris Koepf (CrazyC)<br />
Michele Mauro (Michele)<br />
Luke Poland (Luke)<br />
Bill Walker (Mephisto_kur)
</td>
</tr>
<tr>
<td class="windowbg">
Special Guest Appearances By:
</td>
</tr>
<tr>
<td class="windowbg2">
40 SPECIALLY TRAINED ECUADORIAN MOUNTAIN LLAMAS,<br />
6 VENEZUELAN RED LLAMAS,<br />
142 MEXICAN WHOOPING LLAMAS,<br />
14 NORTH CHILEAN GUANACOS (CLOSELY RELATED TO THE LLAMA),<br />
REG LLAMA OF BRIXTON,<br />
76000 BATTERY LLAMAS FROM "LLAMA-FRESH" FARMS LTD. NEAR PARAGUAY,<br /><br />
and Greg Haase (Haase).
</td>
</tr>
</table>';
}