From 1b60d5ca77a387122bcf900c2972edca63403155 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 20 Jan 2025 20:10:54 +0000 Subject: settings tweaks and "about instance" page --- templates/about_page.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/about_page.php (limited to 'templates/about_page.php') diff --git a/templates/about_page.php b/templates/about_page.php new file mode 100644 index 0000000..fdfaaa3 --- /dev/null +++ b/templates/about_page.php @@ -0,0 +1,24 @@ + __('about.pageTitle')], function () { + $s = GlobalSettings::getInstance(); + $desc = $s->get('about.description') ?? ''; + $terms = $s->get('about.terms') ?? ''; + ?> + + + + +
+ + +

+ + + +
+ + +