diff --git a/src/pages/layout/fixed-sidebar.html b/src/pages/layout/fixed-sidebar.html new file mode 100644 index 000000000..2c5bee894 --- /dev/null +++ b/src/pages/layout/fixed-sidebar.html @@ -0,0 +1,75 @@ + + + + + + @@include('./_head.html', { + "path": "../..", + "title": "AdminLTE 4 | Fixed Sidebar" + }) + + +
+ @@include('./dashboard/_topbar.html', { + "path": "../.." + }) + + @@include('./dashboard/_sidenav.html', { + "mainPage": "layout", + "page": "fixed-sidebar", + "path": "../.." + }) + +
+ @@include('./dashboard/_content-header.html', { + "header_name": "Fixed Layout" + }) + +
+
+
+
+ +
+
+

Title

+ +
+ + +
+
+
+ Start creating your amazing application! +
+ + + +
+ +
+
+ +
+
+ +
+ + + @@include('./dashboard/_footer.html', { + "path": "../.." + }) +
+ + + @@include('./_scripts.html', { + "path": "../.." + }) + + diff --git a/src/partials/dashboard/_sidenav.html b/src/partials/dashboard/_sidenav.html index a3bebd57e..73f06846b 100644 --- a/src/partials/dashboard/_sidenav.html +++ b/src/partials/dashboard/_sidenav.html @@ -50,6 +50,24 @@

+