main-header improved
This commit is contained in:
@@ -4,20 +4,20 @@
|
||||
<!-- <html lang="en" dir="rtl"> -->
|
||||
<head>
|
||||
@@include('./_head.html', {
|
||||
"path": "../../",
|
||||
"path": "../..",
|
||||
"title": "AdminLTE 4 | General Form Elements"
|
||||
})
|
||||
</head>
|
||||
<body class="layout-fixed">
|
||||
<div class="wrapper">
|
||||
@@include('./dashboard/_topbar.html', {
|
||||
"path": "../../"
|
||||
"path": "../.."
|
||||
})
|
||||
|
||||
@@include('./dashboard/_sidenav.html', {
|
||||
"mainPage": "forms",
|
||||
"page": "general",
|
||||
"path": "../../"
|
||||
"path": "../.."
|
||||
})
|
||||
<!-- Main content -->
|
||||
<div class="content-wrapper">
|
||||
@@ -73,13 +73,13 @@
|
||||
<!-- /.content-wrapper -->
|
||||
|
||||
@@include('./dashboard/_footer.html', {
|
||||
"path": "../../"
|
||||
"path": "../.."
|
||||
})
|
||||
</div>
|
||||
<!-- ./wrapper -->
|
||||
|
||||
@@include('./_scripts.html', {
|
||||
"path": "../../"
|
||||
"path": "../.."
|
||||
})
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user