|
|
@@ -26,7 +26,7 @@ scratch. This page gets rid of all links and provides the needed markup only. |
|
|
|
<!-- Main Sidebar Container --> |
|
|
|
<aside class="main-sidebar sidebar-dark-primary elevation-4"> |
|
|
|
<!-- Brand Logo --> |
|
|
|
<a href="index3.html" class="brand-link"> |
|
|
|
<a href="<?= route_to('admin_home') ?>" class="brand-link"> |
|
|
|
<img src="dist/img/AdminLTELogo.png" alt="AdminLTE Logo" class="brand-image img-circle elevation-3" style="opacity: .8"> |
|
|
|
<span class="brand-text font-weight-light">COPARMEX</span> |
|
|
|
</a> |
|
|
@@ -34,14 +34,6 @@ scratch. This page gets rid of all links and provides the needed markup only. |
|
|
|
<!-- Sidebar --> |
|
|
|
<div class="sidebar"> |
|
|
|
<!-- Sidebar user panel (optional) --> |
|
|
|
<div class="user-panel mt-3 pb-3 mb-3 d-flex"> |
|
|
|
<div class="image"> |
|
|
|
<img src="dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image"> |
|
|
|
</div> |
|
|
|
<div class="info"> |
|
|
|
<a href="#" class="d-block">Administrador</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<!-- Sidebar Menu --> |
|
|
@@ -49,7 +41,7 @@ scratch. This page gets rid of all links and provides the needed markup only. |
|
|
|
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false"> |
|
|
|
<!-- Add icons to the links using the .nav-icon class |
|
|
|
with font-awesome or any other icon font library --> |
|
|
|
<li class="nav-item"> |
|
|
|
<li class="nav-item menu-open"> |
|
|
|
<a href="" class="nav-link"> |
|
|
|
<i class="nav-icon fas fa-users"></i> |
|
|
|
Prestadores |
|
|
|