From 20489109511b50e4d7a8f0f4bed55f4ae68df5bb Mon Sep 17 00:00:00 2001
From: Daniel <50356015+danny007in@users.noreply.github.com>
Date: Mon, 6 Feb 2023 21:35:52 +0530
Subject: [PATCH] rtl page added
---
src/index.html | 2 -
src/pages/layout/fixed-sidebar.html | 2 -
src/pages/layout/layout-rtl.html | 86 +++++++++++++++++++++++++++++
3 files changed, 86 insertions(+), 4 deletions(-)
create mode 100644 src/pages/layout/layout-rtl.html
diff --git a/src/index.html b/src/index.html
index ce33332be..7793f3c7e 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,7 +1,5 @@
-
-
@@include('./_head.html', {
"path": ".",
diff --git a/src/pages/layout/fixed-sidebar.html b/src/pages/layout/fixed-sidebar.html
index a47000d37..c8cebc5d0 100644
--- a/src/pages/layout/fixed-sidebar.html
+++ b/src/pages/layout/fixed-sidebar.html
@@ -1,7 +1,5 @@
-
-
@@include('./_head.html', {
"path": "../..",
diff --git a/src/pages/layout/layout-rtl.html b/src/pages/layout/layout-rtl.html
new file mode 100644
index 000000000..bd5f717cd
--- /dev/null
+++ b/src/pages/layout/layout-rtl.html
@@ -0,0 +1,86 @@
+
+
+
+ @@include('./_head.html', {
+ "path": "../..",
+ "title": "AdminLTE 4 | Layout RTL",
+ "isRtl": true,
+ })
+
+
+
+ @@include('./dashboard/_topbar.html', {
+ "path": "../.."
+ })
+
+ @@include('./dashboard/_sidenav.html', {
+ "mainPage": "layout",
+ "page": "layout-rtl",
+ "path": "../.."
+ })
+
+
+
+
+
+
+
+
+
+
+
+
+ Start creating your amazing application!
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @@include('./dashboard/_footer.html', {
+ "path": "../.."
+ })
+
+
+
+ @@include('./_scripts.html', {
+ "path": "../.."
+ })
+
+