Christmas 2024 - Preschool Choir Songs |
Song 1 - Joy! Sing and Shout It
Song 2 - It's A Holy Night
if( ($returned_safe_page_location == "about") ||
($returned_safe_page_location == "calendar") ||
($returned_safe_page_location == "dev") ||
($returned_safe_page_location == "kids") ||
($returned_safe_page_location == "ministry") ||
($returned_safe_page_location == "services") ||
($returned_safe_page_location == "students") ||
($returned_safe_page_location == "ministry/deaf") ||
($returned_safe_page_location == "index") ||
($returned_safe_page_location == "ministry/men") ||
($returned_safe_page_location == "ministry/missions") ||
($returned_safe_page_location == "ministry/seniors") ||
($returned_safe_page_location == "ministry/singles") ||
($returned_safe_page_location == "ministry/support") ||
($returned_safe_page_location == "ministry/women") ||
($returned_safe_page_location == "worship") )
{
$fileInclude = $_SERVER['DOCUMENT_ROOT'] . "/global/extras/$returned_safe_page_location.php";
if( file_exists($fileInclude) )
include_once($fileInclude);
}
?>