Example #1
0
                    <div class="content-right">

                        <?php 
if (!$airport->exists()) {
    Common::error("Error: Airport could not be found!");
}
?>
          <section class="airport-parking">
              <h2>Parking for <?php 
echo $airport->name();
?>
 International Airport</h2>
              <br>
              <p>
                  <?php 
echo $airport->parking();
?>
              </p>
          </section>
        </div>
      </div>
      <!-- /content -->

      <?php 
include_once 'footer.php';
?>

    </div>
  </body>
</html>