structure/first-structure #1
@ -31,7 +31,7 @@
|
||||
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="views/dashboard.php">
|
||||
<div class="sidebar-brand-icon rotate-n-15">
|
||||
<i class="fas fa-laugh-wink"></i>
|
||||
</div>
|
||||
@ -43,7 +43,7 @@
|
||||
|
||||
<!-- Nav Item - Dashboard -->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="dashboard.php">
|
||||
<a class="nav-link" href="views/dashboard.php">
|
||||
<i class="fas fa-fw fa-tachometer-alt"></i>
|
||||
<span>Dashboard</span>
|
||||
</a>
|
||||
@ -365,7 +365,7 @@
|
||||
<div class="error mx-auto" data-text="404">404</div>
|
||||
<p class="lead text-gray-800 mb-5">Page Not Found</p>
|
||||
<p class="text-gray-500 mb-0">It looks like you found a glitch in the matrix...</p>
|
||||
<a href="dashboard.php">← Back to Dashboard</a>
|
||||
<a href="views/dashboard.php">← Back to Dashboard</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -36,7 +36,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="views/dashboard.php">
|
||||
<div class="sidebar-brand-icon rotate-n-15">
|
||||
<i class="fas fa-laugh-wink"></i>
|
||||
</div>
|
||||
@ -48,7 +48,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
|
||||
<!-- Nav Item - Dashboard -->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="dashboard.php">
|
||||
<a class="nav-link" href="views/dashboard.php">
|
||||
<i class="fas fa-fw fa-tachometer-alt"></i>
|
||||
<span>Dashboard</span></a>
|
||||
</li>
|
||||
|
||||
@ -36,7 +36,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="views/dashboard.php">
|
||||
<div class="sidebar-brand-icon rotate-n-15">
|
||||
<i class="fas fa-laugh-wink"></i>
|
||||
</div>
|
||||
@ -48,7 +48,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
|
||||
<!-- Nav Item - Dashboard -->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="dashboard.php">
|
||||
<a class="nav-link" href="views/dashboard.php">
|
||||
<i class="fas fa-fw fa-tachometer-alt"></i>
|
||||
<span>Dashboard</span></a>
|
||||
</li>
|
||||
|
||||
@ -36,7 +36,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="views/dashboard.php">
|
||||
<div class="sidebar-brand-icon rotate-n-15">
|
||||
<i class="fas fa-laugh-wink"></i>
|
||||
</div>
|
||||
@ -48,7 +48,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
|
||||
<!-- Nav Item - Dashboard -->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="dashboard.php">
|
||||
<a class="nav-link" href="views/dashboard.php">
|
||||
<i class="fas fa-fw fa-tachometer-alt"></i>
|
||||
<span>Dashboard</span></a>
|
||||
</li>
|
||||
|
||||
@ -36,7 +36,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="views/dashboard.php">
|
||||
<div class="sidebar-brand-icon rotate-n-15">
|
||||
<i class="fas fa-laugh-wink"></i>
|
||||
</div>
|
||||
@ -48,7 +48,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
|
||||
<!-- Nav Item - Dashboard -->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="dashboard.php">
|
||||
<a class="nav-link" href="views/dashboard.php">
|
||||
<i class="fas fa-fw fa-tachometer-alt"></i>
|
||||
<span>Dashboard</span></a>
|
||||
</li>
|
||||
|
||||
@ -65,10 +65,10 @@
|
||||
Register Account
|
||||
</a>
|
||||
<hr>
|
||||
<a href="dashboard.php" class="btn btn-google btn-user btn-block">
|
||||
<a href="views/dashboard.php" class="btn btn-google btn-user btn-block">
|
||||
<i class="fab fa-google fa-fw"></i> Register with Google
|
||||
</a>
|
||||
<a href="dashboard.php" class="btn btn-facebook btn-user btn-block">
|
||||
<a href="views/dashboard.php" class="btn btn-facebook btn-user btn-block">
|
||||
<i class="fab fa-facebook-f fa-fw"></i> Register with Facebook
|
||||
</a>
|
||||
</form>
|
||||
|
||||
@ -36,7 +36,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="views/dashboard.php">
|
||||
<div class="sidebar-brand-icon rotate-n-15">
|
||||
<i class="fas fa-laugh-wink"></i>
|
||||
</div>
|
||||
@ -48,7 +48,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
|
||||
<!-- Nav Item - Dashboard -->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="dashboard.php">
|
||||
<a class="nav-link" href="views/dashboard.php">
|
||||
<i class="fas fa-fw fa-tachometer-alt"></i>
|
||||
<span>Dashboard</span></a>
|
||||
</li>
|
||||
|
||||
@ -36,7 +36,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="views/dashboard.php">
|
||||
<div class="sidebar-brand-icon rotate-n-15">
|
||||
<i class="fas fa-laugh-wink"></i>
|
||||
</div>
|
||||
@ -48,7 +48,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
|
||||
<!-- Nav Item - Dashboard -->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="dashboard.php">
|
||||
<a class="nav-link" href="views/dashboard.php">
|
||||
<i class="fas fa-fw fa-tachometer-alt"></i>
|
||||
<span>Dashboard</span></a>
|
||||
</li>
|
||||
|
||||
@ -36,7 +36,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="views/dashboard.php">
|
||||
<div class="sidebar-brand-icon rotate-n-15">
|
||||
<i class="fas fa-laugh-wink"></i>
|
||||
</div>
|
||||
@ -48,7 +48,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
|
||||
<!-- Nav Item - Dashboard -->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="dashboard.php">
|
||||
<a class="nav-link" href="views/dashboard.php">
|
||||
<i class="fas fa-fw fa-tachometer-alt"></i>
|
||||
<span>Dashboard</span></a>
|
||||
</li>
|
||||
|
||||
@ -36,7 +36,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
<ul class="navbar-nav bg-gradient-primary sidebar sidebar-dark accordion" id="accordionSidebar">
|
||||
|
||||
<!-- Sidebar - Brand -->
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="dashboard.php">
|
||||
<a class="sidebar-brand d-flex align-items-center justify-content-center" href="views/dashboard.php">
|
||||
<div class="sidebar-brand-icon rotate-n-15">
|
||||
<i class="fas fa-laugh-wink"></i>
|
||||
</div>
|
||||
@ -48,7 +48,7 @@ require_once __DIR__ . '/../app/Helpers/AuthenticatedUserHelper.php';
|
||||
|
||||
<!-- Nav Item - Dashboard -->
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="dashboard.php">
|
||||
<a class="nav-link" href="views/dashboard.php">
|
||||
<i class="fas fa-fw fa-tachometer-alt"></i>
|
||||
<span>Dashboard</span></a>
|
||||
</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user