Files
openkj-request-server/index.php
T. Isaac Lightburn 2b9c644016 Initial import
2018-02-07 20:48:28 -06:00

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();
?>