File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/gurumaadental.com/include/header.php
Back
<header id="header"> <!-- Top Bar --> <!--<div class="top-bar text-center"> <span>ISO 9001:2015 Certified</span> <span class="mx-3">|</span> <a href="#">UTTARAKHAND</a> | <span class="mx-3">|</span> <span>SINCE 2021</span> </div>--> <!-- Navbar --> <div class="nav-bar"> <nav class="navbar navbar-expand-lg"> <a class="navbar-brand text-white" href="index.php"> <img src="img/logo-white.png" alt="Logo" height="50"> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon" style="color:#fff;">☰</span> </button> <div class="collapse navbar-collapse" id="navbarNav"> <?php // Get the current page filename $currentPage = basename($_SERVER['PHP_SELF']); ?> <ul class="navbar-nav ml-auto align-items-center"> <li class="nav-item"> <a class="nav-link <?php if($currentPage == 'index.php'){echo 'active';} ?>" href="index.php">HOME</a> </li> <li class="nav-item"> <a class="nav-link <?php if($currentPage == 'about.php'){echo 'active';} ?>" href="about.php">ABOUT US</a> </li> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle <?php $specialitiesPages = ['digital-work-flow-of-dental-implants.php','smile-designing.php','dental-veneers.php','single-sitting-rct.php','single-sitting-cerec-crowns.php','full-mouth-rehabilitation.php','invisalign.php','ortho-treatment-with-and-without-braces.php']; if(in_array($currentPage, $specialitiesPages)){echo 'active';} ?>" href="#" id="techDropdown" data-toggle="dropdown">SPECIALITIES</a> <div class="dropdown-menu" aria-labelledby="techDropdown"> <a class="dropdown-item <?php if($currentPage == 'digital-work-flow-of-dental-implants.php'){echo 'active';} ?>" href="digital-work-flow-of-dental-implants.php">Digital work flow of Dental implants</a> <a class="dropdown-item <?php if($currentPage == 'smile-designing.php'){echo 'active';} ?>" href="smile-designing.php">Smile Designing</a> <a class="dropdown-item <?php if($currentPage == 'dental-veneers.php'){echo 'active';} ?>" href="dental-veneers.php">Dental Veneers</a> <a class="dropdown-item <?php if($currentPage == 'single-sitting-rct.php'){echo 'active';} ?>" href="single-sitting-rct.php">Single sitting rct</a> <a class="dropdown-item <?php if($currentPage == 'single-sitting-cerec-crowns.php'){echo 'active';} ?>" href="single-sitting-cerec-crowns.php">Single sitting CEREC crowns</a> <a class="dropdown-item <?php if($currentPage == 'full-mouth-rehabilitation.php'){echo 'active';} ?>" href="full-mouth-rehabilitation.php">Full mouth rehabilitation </a> <a class="dropdown-item <?php if($currentPage == 'invisalign.php'){echo 'active';} ?>" href="invisalign.php">Invisalign </a> <a class="dropdown-item <?php if($currentPage == 'ortho-treatment-with-and-without-braces.php'){echo 'active';} ?>" href="ortho-treatment-with-and-without-braces.php">Ortho treatment with and without braces</a> </div> </li> <li class="nav-item"> <a class="nav-link <?php if($currentPage == 'facilities.php'){echo 'active';} ?>" href="facilities.php">FACILITIES</a> </li> <!--<li class="nav-item"> <a class="nav-link <?php if($currentPage == 'international-patients.php'){echo 'active';} ?>" href="international-patients.php">INTERNATIONAL PATIENTS</a> </li>--> <li class="nav-item"> <a class="nav-link <?php if($currentPage == 'gallery.php'){echo 'active';} ?>" href="gallery.php">GALLERY</a> </li> <li class="nav-item"> <a class="nav-link <?php if($currentPage == 'services.php'){echo 'active';} ?>" href="services.php">SERVICES</a> </li> <li class="nav-item"> <a class="nav-link <?php if($currentPage == 'testimonials.php'){echo 'active';} ?>" href="testimonials.php">TESTIMONIALS</a> </li> <li class="nav-item"> <a class="nav-link <?php if($currentPage == 'awards-and-recognition.php'){echo 'active';} ?>" href="awards-and-recognition.php">AWARDS</a> </li> <li class="nav-item"> <a class="nav-link <?php if($currentPage == 'contact.php'){echo 'active';} ?>" href="contact.php">CONTACT US</a> </li> <li class="nav-item"> <a class="phone-btn btn" href="tel:7452880018"> <i class="fa fa-phone"></i> 7452880018 </a> </li> <li class="nav-item"> <a class="btn btn-appointment" href="#" data-toggle="modal" data-target="#appointmentModal">APPOINTMENT</a> </li> </ul> </div> </nav> </div> </header> <a href="#appointment-form" class="appointment-btn" data-toggle="modal" data-target="#appointmentModal"> <i class="fas fa-calendar-check"></i> Book Appointment </a> <?php include 'include/modal-popup.php'?>
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings