This commit is contained in:
Jaybe
2025-03-05 14:02:29 +09:00
commit 247a7808d3
357 changed files with 161196 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?=$this->include('templates/header.php')?>
<?=$this->renderSection('body')?>
<div class="app">
<div class="wrap d-flex">
<?=$this->include('templates/inc/navbar.php')?>
<?=$this->renderSection('content')?>
</div>
<?=$this->renderSection('modal')?>
</div>
<?=$this->renderSection('script')?>
<?=$this->include('templates/footer.php')?>