Server IP : 103.53.40.154 / Your IP : 3.128.171.192 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/fastelevator.in/../irshadwoodenscrap.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <p class="cb"></p> <div class="container mt20px"> <ul class="tabs"> <?php $sql_ht=db_query("select * from tbl_category where 1 and category_status='Active' and category_is_hot='Yes'"); if(mysqli_num_rows($sql_ht)>0){ ?> <li><a href="#tab1" >Hot <?php if($compDATA['admin_product_option']=='Yes'){ ?>Products<? }else{ ?>Services<? } ?></a></li> <? } ?> <?php $sql_feture=db_query("select * from tbl_category where 1 and category_status='Active' and category_is_featured='Yes'"); if(mysqli_num_rows($sql_feture)>0){ ?> <li><a href="#tab2" >Feature <?php if($compDATA['admin_product_option']=='Yes'){ ?>Products<? }else{ ?>Services<? } ?></a></li> <? } ?> </ul> <div class="tab_container"> <?php include("hot-products.php");?> <?php include("feature-products.php");?> </div> </div> <div class="mt10px"> <?php if($compDATA['admin_video_option']!='Yes'){ ?> <div class="mt10px fl aj black1" style="width:1010px;"> <div class="b mt20px gray xlarge"> <p> <?php if(!empty($DATALOGO['header_welcome_image'])){ ?> <img src="<?=$site_url?>/header_files/<?=$DATALOGO['header_welcome_image']?>" alt="Welcome to Our Website" title="Welcome to Our Website" /> <? }else{ ?> Welcome To Our Website <? } ?> </p> <p class="bdrB1 mt5px mb5px mr10px"></p> </div> <div class="aj lh15em"> <?php if($compDATA['admin_etrust_option']=='Yes'){ ?> <a href="javascript:void(0);" onclick="window.open('<?=$compDATA['admin_etrust_link'];?>','popup','width=680,height=620,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="<?=$site_url?>/images/e-trust.gif" class="fr" hspace="10" alt="E-Trust TradeKeyIndia.Com" title="E-Trust TradeKeyIndia.Com" /></a> <? } ?> <?=db_scalar("select site_pages_description from tbl_site_pages where 1 and site_pages_url='index'"); ?> </div> </div> <? }else{ ?> <div class="mt10px fl w800px aj black1"> <div class="b mt20px gray xlarge"> <p> <?php if(!empty($DATALOGO['header_welcome_image'])){ ?> <img src="<?=$site_url?>/header_files/<?=$DATALOGO['header_welcome_image']?>" alt="Welcome to Our Website" title="Welcome to Our Website" /> <? }else{ ?> Welcome To Our Website <? } ?> </p> <p class="bdrB1 mt5px mb5px mr10px"></p> </div> <div class="aj lh15em"> <?php if($compDATA['admin_etrust_option']=='Yes'){ ?> <a href="javascript:void(0);" onclick="window.open('<?=$compDATA['admin_etrust_link'];?>','popup','width=680,height=620,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="<?=$site_url?>/images/e-trust.gif" class="fr" hspace="10" alt="E-Trust TradeKeyIndia.Com" title="E-Trust TradeKeyIndia.Com" /></a> <? } ?> <?=db_scalar("select site_pages_description from tbl_site_pages where 1 and site_pages_url='index'"); ?> </div> </div> <?php include("company-video.php");?> <? } ?> <p class="cb"></p> </div> </div> <?php include("site-footer.php");?>