Server IP : 103.53.40.154 / Your IP : 3.149.232.87 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/digitala2z.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once 'site-header.php';?> <div class="clearfix"></div> <!-- BREAADCRUMB SECTION --> <section class="my-breadcrumb parallex"> <div class="container page-banner"> <div class="row"> <div class="col-sm-6 col-md-6"> <h1>About US</h1> </div> <div class="col-sm-6 col-md-6"> <ol class="breadcrumb pull-right"> <li><a href="<?=$site_url?>">Home</a></li> <li class="active">About US</li> </ol> </div> </div> </div> </section> <section class=""> <div class="container"> <div class="row"> <div class="heading-2 col-md-12"> <h2>About <?=$compDATA['admin_company_name']?></h2> </div> <div class="col-md-7 col-sm-12 col-xs-12"> <?//=db_scalar("select site_pages_description from tbl_site_pages where site_pages_link='about-us'");?> <?=str_replace("LOCATION",$locationName,db_scalar("select site_pages_description from tbl_site_pages where site_pages_link='about-us'"))?> </div> <div class="col-md-5 col-sm-6 hidden-sm"> <img src="<?=$site_url?>/static_files/<?=db_scalar("select site_pages_image_name from tbl_site_pages where site_pages_link='about-us'");?>" class="wdt-img" alt="<?=$compDATA['admin_company_name']?> - About Us"> </div> </div> </div> </section> <?php include_once 'site-footer.php';?>