Mini Shell

Direktori : /var/www/vhosts/toprakarsaemlak.com/httpdocs/inc/
Upload File :
Current File : /var/www/vhosts/toprakarsaemlak.com/httpdocs/inc/header.php

   <header>
      <div class="bd-header transparent-header">

         <!-- header bottom area start -->
         <div id="header-sticky" class="bd-header-3 is-transparent p-relative">
            <div class="container">
               <div class="mega-menu-wrapper p-relative">
                  <div class="d-flex align-items-center justify-content-between">
                     <div class="bd-header__bottom-left bd-header-3__bottom-left d-flex align-items-center">
                        <div class="bd-header__logo">
                           <a href="./"><img src="resimler/<?=$logo?>" alt="<?=$title?>" style="width:90px!important"></a>
                        </div>
                        <div class="bd-header-hamburger bd-header-3__hamburger offcanvas-open-btn is-black">
                           <span></span>
                           <span></span>
                           <span></span>
                        </div>
                     </div>
                     <div class="bd-main-menu d-none d-lg-flex align-items-center is-white">
                        <nav id="mobile-menu-all">
                           <ul>
                               
                               <?php
                               $cek  =$db->query("select * from menu where durum='0' and dil='{$dilsec["id"]}' and footer='0' and kategori='0' order by sira asc")->fetchAll(PDO::FETCH_ASSOC);
                               foreach($cek as $goster){
                               ?>
                              <li <?php if($goster["acilir"]==0){?>class="has-dropdown" <?php }?>>
                                 <a href="<?=$goster["url"]?>"><?=$goster["adi"]?></a>
                               <?php if($goster["acilir"]==0){?>
                                 <ul class="submenu">
                                   <?php
                               $cek  =$db->query("select * from menu where durum='0' and dil='{$dilsec["id"]}'  and kategori='{$goster["id"]}' order by sira asc")->fetchAll(PDO::FETCH_ASSOC);
                               foreach($cek as $goster){
                               ?>
                                    <li><a href="<?=$goster["url"]?>"><?=$goster["adi"]?></a></li>
                                      <?php }?>
                                 </ul>
                                 <?php }?>
                              </li>
                              <?php }?>
                          
                             
                           </ul>
                        </nav>
                     </div>
                     <div class="bd-header__bottom-right d-none d-md-flex justify-content-end align-items-center">
                        <div class="bd-header-top-btn mr-30 d-none d-md-flex">
                           <a href="iletisim" class="bd-btn fill-btn">
                            Randevu Al <span><i class="fa-regular fa-arrow-right-long"></i></span>
                           </a>
                        </div>

                     </div>
                  </div>
               </div>
            </div>
         </div>
         <!-- header bottom area end -->
      </div>
   </header>