30 lines
		
	
	
		
			695 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			695 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?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';
 | |
| 
 | |
| ?>
 |