16 lines
327 B
PHP
16 lines
327 B
PHP
<?
|
|
require_once('include/prepend.php');
|
|
commonHeader('Support');
|
|
|
|
?>
|
|
|
|
<P>
|
|
We're working on formalizing a support system.
|
|
</P>
|
|
|
|
<P>
|
|
For now, your best bet is to as on the GTK Mailing List. You can find
|
|
more information on the list on our <a href="/resources.php">Resources</a> page.
|
|
</P>
|
|
|
|
<? commonfooter(); ?>
|