Contact Us
+Your Message Has Been Sent
+Thank you for contacting us. We have received your submission and will respond as soon as possible. Click here to go back and send us another message
+Index: site-template/themes/tags/twentyseventeen-1.0/functions.php =================================================================== diff -u -r1411 -r1417 --- site-template/themes/tags/twentyseventeen-1.0/functions.php (.../functions.php) (revision 1411) +++ site-template/themes/tags/twentyseventeen-1.0/functions.php (.../functions.php) (revision 1417) @@ -585,3 +585,97 @@ * SVG icons functions and filters. */ require get_parent_theme_file_path( '/inc/icon-functions.php' ); + +/** + * Method to Generate Carousal + * @param $sliderField + * @return string + */ +function generate_bgcarousel($sliderField) +{ + + $carousel = ''; + $status = ''; + + $carousel .= '
'; + } + + return $carousel; +} Index: site-template/themes/tags/twentyseventeen-1.0/page-location.php =================================================================== diff -u --- site-template/themes/tags/twentyseventeen-1.0/page-location.php (revision 0) +++ site-template/themes/tags/twentyseventeen-1.0/page-location.php (revision 1417) @@ -0,0 +1,18 @@ + +Thank you for contacting us. We have received your submission and will respond as soon as possible. Click here to go back and send us another message
+