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/global_settings_page.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'templates/global_settings_page.php') diff --git a/templates/global_settings_page.php b/templates/global_settings_page.php index fcaf7ab..06c1470 100644 --- a/templates/global_settings_page.php +++ b/templates/global_settings_page.php @@ -1,6 +1,22 @@ - sprintf(__('globalSettings.pageTitle'), $prefix) + sprintf(__("globalSettings.pageTitle.$prefix"), $prefix) ], function () { global $prefix; + $s = GlobalSettings::getInstance(); + ?> +
+ + +
+ $prefix]); }); \ No newline at end of file -- cgit v1.3