Server IP : 103.53.40.154 / Your IP : 18.119.159.196 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/generalmotorsju.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- End Header --> <!-- page-banner-section ================================================== --> <section class="page-banner-section"> <div class="container"> <h1> <?=ucwords(strtolower($pgHeading));?> </h1> <ul class="page-depth"> <li><a href="<?=$site_url?>/index.html">Home</a></li> <li><a href="<?=$site_url?>/about-us.html"> <?=ucwords(strtolower($pgHeading));?> </a></li> </ul> </div> </section> <!-- End page-banner section --> <!-- about section ================================================== --> <section style="margin-top:50px; margin-bottom:40px;"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="col-md-8"> <div class="about-post"> <div><?=db_scalar("select site_pages_description from tbl_site_pages where 1 and site_pages_link='about-us'"); ?></div> </div> </div> <div class="col-md-4"> <div class="about-post"> <!-- youtube --> <img src="<?=$site_url?>/static_files/<?=db_scalar("select site_pages_image_name from tbl_site_pages where 1 and site_pages_link='about-us'"); ?>" alt="About Us" title="About Us" style="width:100%; height:280px;"> </div> </div> </div> </div> </div> </section> <!-- End about section --> <!-- footer ================================================== --> <?php include("site-footer.php");?>