File: /home/rtbrisc/public_html/admin/main/password/error.php
<?php include("../general/header.php"); ?>
<body class="">
<?php include("../general/navbar.php"); ?>
<!-- BEGIN CONTENT -->
<div class="page-container row-fluid">
<?php include("../general/password_sidebar.php"); ?>
<!-- BEGIN PAGE CONTAINER-->
<div class="page-content">
<div class="content">
<!-- BEGIN PAGE TITLE -->
<?php include("../general/customercare.php"); ?>
<!-- END PAGE TITLE -->
<ul class="breadcrumb">
<li>
<p>ERROR</p>
</li>
<li><a href="index.php" class="active">CHANGE PASSWORD</a> </li>
<li><a href="../dashboard" class="active">DASHBOARD</a> </li>
</ul>
<!-- BEGIN PlACE PAGE CONTENT HERE -->
<div class="row">
<div class="col-md-12 col-vlg-12 col-sm-12">
<div class="tiles red m-b-10">
<div class="tiles-body">
<h2 class="text-white text-justify">
<?php echo @$_SESSION['pass_err']; ?>
</h2>
<p>
<a href="../dashboard" class="btn btn-primary btn-md">Click Here To Proceed to Dashboard</a>
</p>
</div>
</div>
</div>
</div>
<!-- END DASHBOARD TILES -->
<!-- END PLACE PAGE CONTENT HERE -->
</div>
</div>
<!-- END PAGE CONTAINER -->
<?php include("../general/chat_bar.php"); ?>
</div>
<!-- END CONTENT -->
<?php include("../general/footer.php"); ?>
</body>
</html>