p47 - added website courtesy of ectomorfo

This commit is contained in:
steffen123
2008-08-17 07:02:01 +01:00
parent 5a462037c3
commit ea5db15e10
21 changed files with 1650 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
<?php
require dirname(__FILE__).'/config.php';
require SITE_PATH.'header.php';
require SITE_PATH.'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 SITE_PATH.'footer.php';
?>