p96 - updated webpage here in git to latest online version - from now on pls git website changes again

This commit is contained in:
steffen123
2008-09-24 03:08:12 +01:00
parent 7db2a471b8
commit a0cd7e5940
61 changed files with 1843 additions and 1654 deletions
+27 -29
View File
@@ -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';
?>