drawTab("Home","{$_VAR['ROOT_URL']}/",$tab);
drawTab("Search...","{$_VAR['RELATIVE_URL']}/search.php",$tab);
drawTab("Surnames","{$_VAR['RELATIVE_URL']}/surnames.php",$tab);
drawTab("Cemeteries","{$_VAR['RELATIVE_URL']}/cemeteries.php",$tab);
drawTab("Submit a Photo","{$_VAR['RELATIVE_URL']}/submit-1.php",$tab);
if($cid>0 && !empty($cnty['CT_HomePage'])){
drawTab($cnty['CT_Name']." Co. GenWeb",$cnty['CT_HomePage'],$tab);
} elseif(isset($_VAR['SHOW_STATE_GENWEB_MENU']) && $_VAR['SHOW_STATE_GENWEB_MENU'] && !empty($_VAR['STATE_GENWEB_URL'])) {
drawTab($_VAR['STATE_GENWEB_FULLNAME'],$_VAR['STATE_GENWEB_URL'],$tab);
}
?>
Users Online:
|
} ?>
DrawHeader($_VAR['STATE_NAME'].' Gravestone Photos','',"Home","index, follow");
?>
function conv($t){
return htmlspecialchars(stripslashes($t));
}
if($cid>0){
$page_title=$cnty['CT_Name']." County, Iowa";
} else {
$page_title="All ".$_VAR['STATE_NAME'];
$indextype=true;
}
$htitle="{$_VAR['STATE_NAME']} - Search Gravestone Photos From Across {$_VAR['STATE_NAME']} - ".$page_title;
?>
|
startFrame(220);
print " WELCOME ";
insertDBText("HomePage","WelcomeMsg");
endFrame();
?>
|
// ***** GET RECORD COUNT *****
$sql="select sum(CT_QtyApproved) from countylist";
$result = mysql_query($sql) or die("Query failed: $sql");
$sitecount=mysql_fetch_row ($result);
if($sitecount[0]>100){
print "Browse over ";
print number_format(floor($sitecount[0]/100)*100);
print " gravestone photo records from across {$_VAR['STATE_NAME']}!
Included are...records for Born in Tyrone, buried elsewhere!";
print " ";
}
echo "
";
include "_navlinks.html";
?>
|
Quick Search...";
?>
startFrame(230);
print "News ";
insertDBText("HomePage","News_Section");
endFrame();
?>
|
include "_footer.php";
//echo " $querysql";
?>
| |