diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-26 18:53:18 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-26 22:21:31 +0200 |
| commit | 77708ef5b9559e6598f5acf7d2b30dbdbd037d81 (patch) | |
| tree | 88b28f7dd4464537138cc5c7b2fce27013117155 /views/newlist/meta.php | |
| parent | 18677f1e23ac097d859cde1030ce6149585f5574 (diff) | |
| download | nowayforward_human-77708ef5b9559e6598f5acf7d2b30dbdbd037d81.tar nowayforward_human-77708ef5b9559e6598f5acf7d2b30dbdbd037d81.tar.gz nowayforward_human-77708ef5b9559e6598f5acf7d2b30dbdbd037d81.zip | |
feat: Create page for creating lists
Diffstat (limited to 'views/newlist/meta.php')
| -rw-r--r-- | views/newlist/meta.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/newlist/meta.php b/views/newlist/meta.php new file mode 100644 index 0000000..6f02fff --- /dev/null +++ b/views/newlist/meta.php @@ -0,0 +1,4 @@ +<?php + +$title = 'Create a new list of archives'; +$controller = 'list'; |
