| .. | |||||
| include | |||||
| config.php | |||||
| footer.php | |||||
| header.php |
| Server IP : 50.63.8.133 / Your IP : 216.73.216.38 Web Server : Microsoft-IIS/10.0 System : Windows NT P3NWVPWEB032 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : IWPD_10999(xformtec) ( 0) PHP Version : 5.4.45 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : G:/PleskVhosts/xform.in/madhurivivah.com/member/include/ |
Upload File : |
<header>
<div class="container">
<div class="header-data">
<div class="logo" style="width: 20%;">
<a href="index.html" title=""><img src="../images/logo-wide-white.png" alt=""></a>
</div>
<div class="search-bar">
<form>
<input type="text" name="search" placeholder="Search...">
<button type="submit"><i class="la la-search"></i></button>
</form>
</div>
<div class="search-bar">
<a href="http://madhurivivah.com/" class="btn " style="background-color:#FACA05;"> GO TO MAIN PAGE</a>
</div>
<nav>
<ul>
<li>
<a href="dashboard.php" title="">
<span><img src="images/icon1.png" alt=""></span>
Home
</a>
</li>
<li>
<a href="" title="">
<span><img src="images/icon4.png" alt=""></span>
Profiles
</a>
<ul>
<li><a href="member-profile.php" title="">My Profile</a></li>
</ul>
</li>
<li>
<a href="membership.php" title="">
<span><img src="images/icon5.png" alt=""></span>
Membership
</a>
</li>
<li>
<a href="http://madhurivivah.com/search.php" title="">
<span><img src="images/icon5.png" alt=""></span>
Search Profile
</a>
</li>
</ul>
</nav>
<div class="menu-btn">
<a href="#" title=""><i class="fa fa-bars"></i></a>
</div>
<div class="user-account">
<div class="user-info">
<?php
if ($row['profile_photo']) { ?>
<img src="../admin/img/profile-photos/<?php echo $row['profile_photo'] ?>" alt="" style="width:60px;height:60px;">
<?php
} else { ?>
<?php
if ($row['gender'] == 'Male') { ?>
<img src="images/male.jpg" alt="" style="width:60px;height:60px;">
<?php
} else { ?>
<img src="images/female.jpg" alt="" style="width:60px;height:60px;">
<?php
}
?>
<?php
}
?>
<a href="#" title=""> <?php
if (!isset($_SESSION['email'])) {
} else {
?>
<?php
echo "" . $_SESSION['email'] . "";
}
?></a>
<i class="la la-sort-down"></i>
</div>
<div class="user-account-settingss" id="users">
<h3>Setting</h3>
<ul class="us-links">
<li><a href="profile-account-setting.php" title="">Account Setting</a></li>
<li><a href="#" title="">Privacy</a></li>
<li><a href="#" title="">Faqs</a></li>
<li><a href="#" title="">Terms & Conditions</a></li>
</ul>
<h3 class="tc"><a href="logout.php" title="">Logout</a></h3>
</div>
</div>
</div>
</div>
</header>| .. | |||||
| include | |||||
| config.php | |||||
| footer.php | |||||
| header.php |