diff options
| author | Freya Murphy <freya@freyacat.org> | 2024-05-20 17:11:38 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2024-05-20 17:11:38 -0400 |
| commit | 708594d32ffe779cf547c816fa7cdd19d095be2e (patch) | |
| tree | 30d28553316db02bc027664e17b76d58f2e352ff /src/web/_controller/modal.php | |
| parent | add en_CAT makefile and use ucfirst/ucwords (diff) | |
| download | xssbook2-708594d32ffe779cf547c816fa7cdd19d095be2e.tar.gz xssbook2-708594d32ffe779cf547c816fa7cdd19d095be2e.tar.bz2 xssbook2-708594d32ffe779cf547c816fa7cdd19d095be2e.zip | |
v2 done
Diffstat (limited to 'src/web/_controller/modal.php')
| -rw-r--r-- | src/web/_controller/modal.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/web/_controller/modal.php b/src/web/_controller/modal.php index 40a2b42..da17cca 100644 --- a/src/web/_controller/modal.php +++ b/src/web/_controller/modal.php @@ -21,6 +21,10 @@ class Modal_controller extends Controller { $this->modal('new_post'); } + public function about(): void { + $this->modal('about'); + } + public function register(): void { $this->load->app_lang( $this->main->info['lang'], |