File manager - Edit - /home/asiatechinc/public_html/asiatech-websites/yoggangaretreat.com/include/header.php
Back
<!-- PRELOADER --> <div id="preloader"> <span class="preloader-dot"></span> </div> <!-- END / PRELOADER --> <!-- HEADER --> <header id="header"> <!-- HEADER TOP --> <div class="header_top"> <div class="container"> <div class="header_left float-left"> <span><i class="lotus-icon-location"></i> 92-C block Nirmal C, Near Seema Dental College, Virbhadra, Rishikesh</span> </div> <div class="header_right float-right"> <span class="login-register"> <a href="tel:+919012171234"><i class="lotus-icon-phone"></i> +91-9012171234,</a> <a href="tel:+919012161234"><i class="lotus-icon-phone"></i>+91-9012161234</a> </span> </div> </div> </div> <!-- END / HEADER TOP --> <!-- HEADER LOGO & MENU --> <div class="header_content" id="header_content"> <div class="container"> <!-- HEADER LOGO --> <div class="header_logo"> <a href="index.php"><img src="images/logo-header.png" alt=""></a> </div> <!-- END / HEADER LOGO --> <!-- HEADER MENU --> <nav class="header_menu"> <?php // Set the current page variable based on your logic $current_page = basename($_SERVER['PHP_SELF']); ?> <ul class="menu"> <li <?php if ($current_page == 'index.php') echo 'class="current-menu-item"'; ?>> <a href="index.php">Home</a> </li> <li <?php if ($current_page == 'about.php') echo 'class="current-menu-item"'; ?>> <a href="about.php">About</a> </li> <!-- Other menu items... --> <li <?php if (in_array($current_page, ['deluxe-room.php', 'super-deluxe-room.php', 'suite-room.php', 'premium-room.php'])) echo 'class="current-menu-item"'; ?>> <a href="javascript:void(0);">Room <span class="fa fa-caret-down"></span></a> <ul class="sub-menu"> <li><a href="deluxe-room.php">Deluxe Room</a></li> <li><a href="super-deluxe-room.php">Super Deluxe Room</a></li> <li><a href="semi-deluxe-room.php">Semi Deluxe Room</a></li> <li><a href="premium-room.php">Premium Room</a></li> </ul> </li> <!-- Continue for other menu items... --> <li <?php if ($current_page == 'gallery.php') echo 'class="current-menu-item"'; ?>> <a href="gallery.php">Gallery</a> </li> <li <?php if ($current_page == 'attractions.php') echo 'class="current-menu-item"'; ?>> <a href="attractions.php">Attractions</a> </li> <!-- Continue for other menu items... --> <li <?php if ($current_page == 'contact.php') echo 'class="current-menu-item"'; ?>> <a href="contact.php">Contact Us</a> </li> <!-- Continue for other menu items... --> </ul> </nav> <!-- END / HEADER MENU --> <!-- MENU BAR --> <span class="menu-bars"> <span></span> </span> <!-- END / MENU BAR --> </div> </div> <!-- END / HEADER LOGO & MENU --> </header> <!-- END / HEADER -->
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings