17 lines
		
	
	
		
			327 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			327 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| include("global.inc");
 | |
| siteheader("Home");
 | |
| navbar("index.php");
 | |
| 
 | |
| searchform();
 | |
| /*
 | |
| if ($screensize == 'xlarge')
 | |
| {
 | |
| 	echo "<br><br><p class=info>Want to search using your smartphone, tablet, or laptop?<br><br>Browse to songbook.openkj.org/venue/$url_name in the web browser on your device.<br><br>
 | |
| ";
 | |
| }
 | |
| */
 | |
| sitefooter();
 | |
| 
 | |
| ?>
 |