Server IP : 103.53.40.154 / Your IP : 3.147.53.90 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/asksolution.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <div id="pageHeader" data-bg-path="img/background-images/page-bg.jpg"> <div class="vc-parent"> <div class="vc-child"> <section class="page-title"> <h1> <?=ucwords(strtolower($pgHeading));?> </h1> <ol class="breadcrumb text-center"> <li><a href="<?=$site_url?>/index.html">Home</a></li> <li class="active"> <?=ucwords(strtolower($pgHeading));?> </li> </ol> </section> </div> </div> </div> <div id="about" class="page"> <div class="about-page-description"> <div class="container"> <div class="row"> <div class="col-md-6"> <h2 class="footer-title">About Company</h2> <ul style="list-style:none;"> <?php $link_sqls=db_query("select * from tbl_site_pages where 1 and site_pages_status='Active' order by site_pages_order_by asc"); if(mysqli_num_rows($link_sqls)>0){ while($link_datas=mysqli_fetch_array($link_sqls)){ $pgNamea=$link_datas['site_pages_link']; ?> <li><i class="fa fa-caret-right caretAmi"></i><a href="<?=$site_url?>/<?=$link_datas['site_pages_link']?>.html"><?=$link_datas['site_pages_name']?> </a></li> <? }} ?> </ul> </div> <div class="col-md-6"> <h2 class="footer-title">Our <?php if($compDATA['admin_product_option']=='Yes'){ ?>Products<? }else{ ?>Services<? } ?></strong></h2> <ul style="list-style:none;"> <?php $sql_category=db_query("select * from tbl_category where 1 and category_parent_id='0' and category_status='Active' order by category_order_by asc"); if(mysqli_num_rows($sql_category)>0){ while($MAIN_CAT=mysqli_fetch_array($sql_category)){ @extract($MAIN_CAT); ?> <li><a href='<?=$site_url?>/<?=$MAIN_CAT['category_url']?>.html'><i class='fa fa-caret-right caretAmi'></i><?= $MAIN_CAT['category_name'];?></a></li> <? }} ?> </ul> </div> </div> </div> </div> </div> <?php include("site-footer.php");?>