Mark your calendars! Pinedale Christian Church will be hosting the Oasis Women's Ministry Conference on March 29th, 2025. Click HERE for more information and to register for this Women's Ministry Event.
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);
}
?>