28 lines
594 B
PHP
28 lines
594 B
PHP
<?php
|
|
|
|
require 'header.php';
|
|
require 'sidebar.php';
|
|
|
|
?>
|
|
|
|
<div id="main">
|
|
|
|
<h1>Contact</h1>
|
|
|
|
<p>The best means of contact are the <a href="http://sourceforge.net/projects/fpdb/">sourceforge page</a>: Use the bug, feature request or patch functions or just post in the forum.</p>
|
|
|
|
<p>Alternatively feel free to contact me directly:</p>
|
|
|
|
<p>mail: steffen(at)sycamoretest.info<br>
|
|
jabber/xmpp/Google Talk: as above<br>
|
|
ICQ: 7806355<br>
|
|
MSN: steffenjf(at)gmx.de (don't email that)</p>
|
|
|
|
</div>
|
|
|
|
<?php
|
|
|
|
require 'footer.php';
|
|
|
|
?>
|