<?php include ('../src/config.inc.php'); ?>
<!DOCTYPE html>
<html lang="en">
   <head>
      <meta charset="utf-8">
      <!--[if IE]>
      <meta http-equiv="X-UA-Compatible" content="IE=edge">
      <![endif]-->
      <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
      <meta name="keywords" content="Big Hugs Childcare Center, Best Piscataway Child care, Piscataway daycare center, Best New Jersey preschool, Piscataway, NJ, New Jersey Daycare, New Jersey Childcare, best childcare Piscataway, NJ Preschool, Piscataway Preschool" />
      <meta name="description" content="Curriculum information about Big Hugs Child Care Center the best daycare in Piscataway NJ" />
      <!-- Page title -->
      <title>Curriculum information about Big Hugs Child Care Center located in Piscataway NJ</title>
      <!--[if lt IE 9]>
      <script src="js/respond.js"></script>
      <![endif]-->
      <!-- Header include -->
      <?php include ('../src/header.inc.php'); ?>
      <!-- Page Start -->
      <!--Page Title-->
      <section class="page-title jumbotron" id="programs">
         <div class="auto-container">
            <div class="inner-container clearfix">
               <ul class="bread-crumb clearfix">
                  <li><a href="/">Home</a></li>
                  <li>Programs</li>
               </ul>
               <h1>Programs</h1>
            </div>
         </div>
      </section>
      <!--End Page Title-->
	 <!-- Program Section -->
    <section class="program-section pink-bg">
        <div class="auto-container">
            <div class="sec-title text-center">
                <span class="title text-light">Big Hugs</span>
                <h2 class="text-light">Childcare Programs</h2>
            </div>

       <!-- Programs include -->
       <?php include ($_SERVER["DOCUMENT_ROOT"].'/src/programs.inc.php'); ?>

        </div>
    </section>
    <!--End Program Section -->

      <!-- Footer include -->
      <?php include ('../src/footer.inc.php'); ?>
      </body>
</html>
