fixed some navigation errors

This commit is contained in:
Lasha Kapanadze 2024-10-03 13:52:30 +04:00
parent 6778c02a4e
commit db6fd42533
6 changed files with 31 additions and 14 deletions

View File

@ -0,0 +1,6 @@
<?php
// redirect to userarea/index.php
header('Location: ../../userarea/index.php');
?>

View File

@ -0,0 +1,6 @@
<?php
// redirect to userarea/index.php
header('Location: ../../userarea/index.php');
?>

View File

@ -7,7 +7,7 @@
<!-- LOGO -->
<div class="topbar-left">
<div class="text-center bg-logo">
<a href="index.html" class="logo"><i class="mdi mdi-bowling text-success"></i> Reportify</a>
<a href="index.php" class="logo"><i class="mdi mdi-bowling text-success"></i> Reportify</a>
<!-- <a href="index.html" class="logo"><img src="assets/images/logo.png" height="24" alt="logo"></a> -->
</div>
</div>
@ -130,19 +130,6 @@
</li>
<?php } ?>
<li class="has_sub">
<a href="tables-basic.html" class="waves-effect"><i class="dripicons-copy"></i><span> <?php echo $contactus; ?> </span> <span class="float-right"><i class="mdi mdi-chevron-right"></i></span></a>
<ul class="list-unstyled">

View File

@ -0,0 +1,6 @@
<?php
// redirect to userarea/index.php
header('Location: ../../userarea/index.php');
?>

View File

@ -0,0 +1,6 @@
<?php
// redirect to userarea/index.php
header('Location: ../../userarea/index.php');
?>

View File

@ -0,0 +1,6 @@
<?php
// redirect to userarea/index.php
header("Location: ../../userarea/index.php");
?>