ok
Direktori : /home2/selectio/public_html/wedding-info-new/ |
Current File : /home2/selectio/public_html/wedding-info-new/header.php |
<?php ob_start(); session_start(); include 'api/config/config.php'; ?> <!DOCTYPE html> <html lang="en"> <head> <!-- Original URL: https://themes.pixelstrap.com/multikart-app/index.html Date Downloaded: 20-09-2023 15:19:46 !--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Weddinginfo" /> <meta name="keywords" content="Weddinginfo" /> <meta name="author" content="Weddinginfo" /> <link rel="manifest" href="manifest.json" /> <link rel="icon" href="assets/images/favicon.png" type="image/x-icon" /> <title>Wedding Info</title> <link rel="icon" href="assets/images/favicon.png" type="image/x-icon" /> <link rel="apple-touch-icon" href="assets/images/favicon.png" /> <meta name="theme-color" content="#ff4c3b" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="apple-mobile-web-app-title" content="Weddinginfo" /> <meta name="msapplication-TileImage" content="assets/images/favicon.png" /> <meta name="msapplication-TileColor" content="#FFFFFF" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <!----> <!--Google font--> <!--<link href="../../fonts.googleapis.com/css_e5ba3bda.css" rel="stylesheet" />--> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <!-- bootstrap css --> <link rel="stylesheet" id="rtl-link" type="text/css" href="assets/css/vendors/bootstrap.css" /> <!-- slick css --> <link rel="stylesheet" type="text/css" href="assets/css/vendors/slick-theme.css" /> <link rel="stylesheet" type="text/css" href="assets/css/vendors/slick.css" /> <!-- iconly css --> <link rel="stylesheet" type="text/css" href="assets/css/vendors/iconly.css" /> <!--google icon--> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" /> <!-- Theme css --> <link rel="stylesheet" id="change-link" type="text/css" href="assets/css/style.css" /> <!--jq--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script> <!----> <!--<script src='https://kit.fontawesome.com/a076d05399.js' crossorigin='anonymous'></script>--> <!--test--> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <script src="https://canvasjs.com/assets/script/canvasjs.min.js"></script> <!--icon--> <script src="https://cdn.lordicon.com/lordicon.js"></script> <style> .control-label{ color: #fff; font-size: 25px; font-weight: 400; font-family: emoji; } .form-control{ border: 1px solid #f7c900; background: wheat; box-shadow: 4px 9px 12px 0px; } .animated-button1 { background: linear-gradient(-30deg, #ffffff 50%, #ffc107 50%); padding: 4px 7px 30px 10px; margin: 12px; display: inline-block; -webkit-transform: translate(0%, 0%); transform: translate(0%, 0%); overflow: hidden; color: #f7d4d4; font-size: 20px; letter-spacing: 2.5px; text-align: center; text-transform: uppercase; text-decoration: none; -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); width: 82%; } .animated-button1::before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #ad8585; opacity: 0; -webkit-transition: .2s opacity ease-in-out; transition: .2s opacity ease-in-out; } .animated-button1:hover::before { opacity: 0.2; } .animated-button1 span { position: absolute; } .animated-button1 span:nth-child(1) { top: 0px; left: 0px; width: 100%; height: 3px; background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626)); background: linear-gradient(to right, rgb(255 0 0), #70d4f8); -webkit-animation: 2s animateTop linear infinite; animation: 2s animateTop linear infinite; } @keyframes animateTop { 0% { -webkit-transform: translateX(100%); transform: translateX(100%); } 100% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } } .animated-button1 span:nth-child(2) { top: 0px; right: 0px; height: 100%; width: 2px; background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626)); background: linear-gradient(to right, rgb(65 0 187), #d09341); -webkit-animation: 2s animateRight linear -1s infinite; animation: 2s animateRight linear -1s infinite; } @keyframes animateRight { 0% { -webkit-transform: translateY(100%); transform: translateY(100%); } 100% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } } .animated-button1 span:nth-child(3) { bottom: 0px; left: 0px; width: 100%; height: 3px; background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626)); background: linear-gradient(to right, rgb(255 0 0), #70d4f8); -webkit-animation: 2s animateBottom linear infinite; animation: 2s animateBottom linear infinite; } @keyframes animateBottom { 0% { -webkit-transform: translateX(-100%); transform: translateX(-100%); } 100% { -webkit-transform: translateX(100%); transform: translateX(100%); } } .animated-button1 span:nth-child(4) { top: 0px; left: 0px; height: 100%; width: 2px; background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626)); background: linear-gradient(to left, rgb(208 1 49), #8f0070); -webkit-animation: 2s animateLeft linear -1s infinite; animation: 2s animateLeft linear -1s infinite; } @keyframes animateLeft { 0% { -webkit-transform: translateY(-100%); transform: translateY(-100%); } 100% { -webkit-transform: translateY(100%); transform: translateY(100%); } } </style> </head> <body > <!-- loader strat --> <div class="loader"> <span></span> <span></span> </div> <!-- loader end --> <!-- header start --> <header> <div class="nav-bar"> <img src="assets/svg/bar.svg" class="img-fluid" /> </div> <a href="index.html" class="brand-logo"> <img src="images/logo/SKT-logo.gif" class="img-fluid" style="height:20px;" /> </a> <div class="header-option"> <ul> <li> <a href="search.html"><i class="iconly-Search icli"></i></a> </li> <li> <a href="notification.html"><i class="iconly-Notification icli"></i></a> </li> <?php if($_SESSION['user']!=''){ ?> <li> <a href="wishlist.php"><i class="iconly-Heart icli"></i></a> </li> <?php } ?> <?php if($_SESSION['user']!=''){ ?> <li> <a href="astrologer_wishlist.php"><i class="iconly-Heart icli"></i></a> </li> <?php } ?> <?php if($_SESSION['buyer']!=''){ ?> <li> <a href="buyer_wishlist.php"><i class="iconly-Heart icli"></i></a> </li> <?php } ?> <li> <a href="cart.html"><i class="iconly-Buy icli"></i></a> </li> </ul> </div> </header> <?php $logout="hidden"; $login=""; if($_SESSION['user']['name']!=""){ $text = $_SESSION['user']['name']; $logout=""; $login="hidden"; }else if($_SESSION['buyer']['name']!=""){ $text= $_SESSION['buyer']['name']; $logout=""; $login="hidden"; } ?> <a href="javascript:void(0)" class="overlay-sidebar"></a> <div class="header-sidebar"> <a href="profile-setting.php" class="user-panel"> <img src="assets/images/user/1.png" class="img-fluid user-img" alt="" /> <span>Hello, <?=$_SESSION['user']['name']?> </span> <i class="iconly-Arrow-Right-2 icli"></i> </a> <a href="buyer_profile.php" class="user-panel"> <img src="assets/images/user/1.png" class="img-fluid user-img" alt="" /> <span>Hello, Buyer <?=$_SESSION['buyer']['name']?> </span> <i class="iconly-Arrow-Right-2 icli"></i> </a> <a href="astrologer_profile.php" class="user-panel"> <img src="assets/images/user/1.png" class="img-fluid user-img" alt="" /> <span>Hello, Astrologer <?=$_SESSION['astrologer']['name']?> </span> <i class="iconly-Arrow-Right-2 icli"></i> </a> <div class="sidebar-content"> <ul class="link-section"> <li> <a href="login.php"> <i class="iconly-Paper icli"></i> <div class="content"> <h4>Register</h4> </div> </a> </li> <li> <a href="ranking.php"> <i class="iconly-Paper icli"></i> <div class="content"> <h4>Ranking</h4> </div> </a> </li> <li > <a href="login_first.php"> <i class="iconly-Paper icli"></i> <div class="content"> <h4>Login</h4> </div> </a> </li> <li> <a <?=$logout?> href="api/logout.php"> <i class="iconly-Paper icli"></i> <div class="content"> <h4>Logout</h4> </div> </a> </li> <!-- <li> <a href="pages.html"> <i class="iconly-Paper icli"></i> <div class="content"> <h4>Pages </h4> <h6>Elements & Other Pages </h6> </div> </a> </li>--> <!--<li> <a href="index.html"> <i class="iconly-Home icli"></i> <div class="content"> <h4>Home </h4> <h6>Offers, Top Deals, Top ______ </h6> </div> </a> </li> <li> <a href="category.html"> <i class="iconly-Category icli"></i> <div class="content"> <h4>Shop by Category </h4> <h6>Men, Women, Kids, Beauty.. </h6> </div> </a> </li> <li> <a href="order-history.html"> <i class="iconly-Document icli"></i> <div class="content"> <h4>Orders </h4> <h6>Ongoing Orders, Recent Orders.. </h6> </div> </a> </li> <li> <a href="wishlist.html"> <i class="iconly-Heart icli"></i> <div class="content"> <h4>Your Wishlist </h4> <h6>Your Save Products </h6> </div> </a> </li> <li> <a href="profile.html"> <i class="iconly-Profile icli"></i> <div class="content"> <h4>Your Account </h4> <h6>Profile, Settings, Saved Cards... </h6> </div> </a> </li> <li> <a href="#"> <img src="assets/images/flag.png" class="img-fluid" alt="" /> <div class="content"> <h4>Langauge </h4> <h6>Select your Language here.. </h6> </div> </a> </li> <li> <a href="notification.html"> <i class="iconly-Notification icli"></i> <div class="content"> <h4>Notification </h4> <h6>Offers, Order tracking messages.. </h6> </div> </a> </li> <li> <a href="settings.html"> <i class="iconly-Setting icli"></i> <div class="content"> <h4>Settings </h4> <h6>Dark mode, RTL, Notification </h6> </div> </a> </li>--> </ul> </div> </div> <!-- header end -->