diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-26 14:04:11 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-26 14:04:11 +0200 |
| commit | bfa238c056f31f36c00faad1c5995cbb8af3bd26 (patch) | |
| tree | e35d6b33fff3e79ae905d7dad699134553a1292d /views/meta.php | |
| parent | c36f74386bcbb19c13915fe3796cb757aa7d1845 (diff) | |
| download | nowayforward_human-bfa238c056f31f36c00faad1c5995cbb8af3bd26.tar nowayforward_human-bfa238c056f31f36c00faad1c5995cbb8af3bd26.tar.gz nowayforward_human-bfa238c056f31f36c00faad1c5995cbb8af3bd26.zip | |
feat!: Rework all views to be used with the router
Diffstat (limited to 'views/meta.php')
| -rw-r--r-- | views/meta.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/views/meta.php b/views/meta.php deleted file mode 100644 index 4aa7b8f..0000000 --- a/views/meta.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php - -if (isset($title)) { - include_once "../header.php"; -} - -function end_page() { - include_once "../footer.php"; -} - -include_once "../../models/database.php"; -foreach (glob("../../models/*.php") as $filename) { - include_once $filename; -} - -function runController(string $name) { - include_once "../../controllers/$name.php"; - include_once '../../controllers/meta.php'; -} |
