From 708594d32ffe779cf547c816fa7cdd19d095be2e Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 20 May 2024 17:11:38 -0400 Subject: v2 done --- src/web/_controller/modal.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/web/_controller/modal.php') 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'], -- cgit v1.2.3-freya