p96 - updated webpage here in git to latest online version - from now on pls git website changes again
This commit is contained in:
+27
-29
@@ -1,29 +1,27 @@
|
||||
<?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';
|
||||
|
||||
?>
|
||||
<?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';
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user