Index of /home/htscrtms/newcrm.htshah.com/hslider
<?php session_start(); ?>
<!-- BEGIN NAVBAR -->
<div class="header-container fixed-top">
<header class="header navbar navbar-expand-sm">
<ul class="navbar-item theme-brand flex-row text-center">
<li class="nav-item theme-logo">
<a href="index.php">
<img src="assets/img/logo.svg" class="navbar-logo" alt="logo">
</a>
</li>
<li class="nav-item theme-text">
<a href="index.php" class="nav-link"> HT Shah </a>
</li>
</ul>
<?php if(isset($_SESSION['name']) && $_SESSION['name']!=""){ ?>
<ul class="navbar-item flex-row ml-md-auto">
<li class="nav-item dropdown user-profile-dropdown">
<a class="" href="logout.php"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-out"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path><polyline points="16 17 21 12 16 7"></polyline><line x1="21" y1="12" x2="9" y2="12"></line></svg> Sign Out</a>
</li>
</ul>
<?php } ?>
</header>
</div>
<!-- END NAVBAR -->