diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-26 11:07:06 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-26 11:07:06 +0200 |
| commit | 723cf2e6cbbea35e8f365d2287d01acb96f02643 (patch) | |
| tree | b5ebbb7bea7d5d6b4604b169d723a4135e8bb0f6 /views/home | |
| parent | ff740779b6d09e26416a348a22a7380b13068ac2 (diff) | |
| download | nowayforward_human-723cf2e6cbbea35e8f365d2287d01acb96f02643.tar nowayforward_human-723cf2e6cbbea35e8f365d2287d01acb96f02643.tar.gz nowayforward_human-723cf2e6cbbea35e8f365d2287d01acb96f02643.zip | |
feat(views): Mandatory titles for header inclusion
Diffstat (limited to 'views/home')
| -rw-r--r-- | views/home/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/home/index.php b/views/home/index.php index 6fbad4c..f567744 100644 --- a/views/home/index.php +++ b/views/home/index.php @@ -1,4 +1,5 @@ <?php + $title = 'Home'; include '../meta.php'; ?> |
