Windows NT P3613 10.0 build 20348 (Windows Server 2022) AMD64
C:
/
Inetpub
/
vhosts
/
gyandeepclasses.com
/
pdpandyamcc.com
/
C:/Inetpub/vhosts/gyandeepclasses.com/pdpandyamcc.com/header.php
<?php $currentPage= basename($_SERVER['SCRIPT_NAME']); // echo $currentPage; ?> <!DOCTYPE html> <html lang="en"> <head> <title>P.D. Pandya Mahila Commerce College</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap" rel="stylesheet"> <link rel="shortcut icon" type="image/x-icon" href="images/fevicon.png"> <link rel="stylesheet" href="css/open-iconic-bootstrap.min.css"> <link rel="stylesheet" href="css/animate.css"> <link rel="stylesheet" href="css/owl.carousel.min.css"> <link rel="stylesheet" href="css/owl.theme.default.min.css"> <link rel="stylesheet" href="css/magnific-popup.css"> <link rel="stylesheet" href="css/aos.css"> <link rel="stylesheet" href="css/ionicons.min.css"> <link rel="stylesheet" href="css/flaticon.css"> <link rel="stylesheet" href="css/icomoon.css"> <link rel="stylesheet" href="css/style.css"> </head> <body> <div class="bg-top navbar-light"> <div class="container"> <div class="row no-gutters d-flex align-items-center align-items-stretch"> <div class="col-md-4 d-flex align-items-center py-4"> <!-- <a class="navbar-brand" href="index.html">P.D.Pandya <span> Mahila Commerce College</span></a> --> <a href="index.php"> <img src="images/logo.png" alt="" width="80%"> </a> </div> <div class="col-lg-8 d-block"> </div> </div> </div> </div> <nav class="navbar navbar-expand-lg navbar-dark bg-dark ftco-navbar-light" id="ftco-navbar"> <div class="container d-flex align-items-center px-4"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav" aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation"> <span class="oi oi-menu"></span> Menu </button> <!-- <form action="#" class="searchform order-lg-last"> <div class="form-group d-flex"> <input type="text" class="form-control pl-3" placeholder="Search"> <button type="submit" placeholder="" class="form-control search"><span class="ion-ios-search"></span></button> </div> </form> --> <div class="collapse navbar-collapse" id="ftco-nav"> <ul class="navbar-nav mr-auto"> <li class="nav-item <?php if($currentPage=="index.php") echo "active";?>"><a href="index.php" class="nav-link pl-0">Home</a></li> <li class="nav-item dropdown <?php if($currentPage=="about.php"||$currentPage=="founder.php"||$currentPage=="managingtrustee.php"||$currentPage=="trustee.php") echo "active";?>"> <a href="#" class="nav-link dropdown-toggle" id="aboutDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">About</a> <div class="dropdown-menu" aria-labelledby="aboutDropdown"> <a class="dropdown-item" href="about.Php">About Us</a> <a class="dropdown-item" href="founder.php">Founder</a> <a class="dropdown-item" href="managingtrustee.php">Managing Trustee</a> <!-- <a class="dropdown-item" href="trustee.php">Trustee</a> --> <a class="dropdown-item" href="trustee.php">Trustee</a> </div> </li> <li class="nav-item <?php if($currentPage=="Events.php"||$currentPage=="eventdetails.php") echo "active";?>"><a href="Events.php" class="nav-link">Events</a></li> <li class="nav-item <?php if($currentPage=="Infrastrcture.php"||$currentPage=="InfrastructureDetail.php") echo "active";?>"><a href="Infrastrcture.php" class="nav-link">Infrastructure</a></li> <li class="nav-item <?php if($currentPage=="teacher.php") echo "active";?>"><a href="teacher.php" class="nav-link">Staff</a></li> <li class="nav-item <?php if($currentPage=="results.php") echo "active";?>"><a href="results.php" class="nav-link">Result</a></li> <li class="nav-item <?php if($currentPage=="contact.php") echo "active";?>"><a href="contact.php" class="nav-link">Contact</a></li> </ul> </div> </div> </nav> <!-- END nav -->