branch modified
This commit is contained in:
25
app/Views/layouts/main.php
Normal file
25
app/Views/layouts/main.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<?= $this->include('layouts/header') ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="app-container app-theme-white body-tabs-shadow fixed-sidebar fixed-header">
|
||||
|
||||
<?= $this->include('layouts/topbar') ?>
|
||||
|
||||
<div class="app-main">
|
||||
<?= $this->include('layouts/sidebar') ?>
|
||||
|
||||
<div class="app-main__outer">
|
||||
<div class="app-main__inner">
|
||||
<?= $this->renderSection('content') ?>
|
||||
</div>
|
||||
|
||||
<?= $this->include('layouts/footer') ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user