From 23d8059ba14d89b836b20ff1f2de7fe418886f58 Mon Sep 17 00:00:00 2001 From: discomrade <83621080+discomrade@users.noreply.github.com> Date: Wed, 23 Jun 2021 22:46:23 +0000 Subject: [PATCH] Use thread subject for page title --- inc/instance-config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/instance-config.php b/inc/instance-config.php index e4ed6285..1fdafe30 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -112,6 +112,9 @@ $config['url_banner'] = '/banners.php'; //Date format $config['post_date'] = '%F (%a) %T'; +//Page title +$config['thread_subject_in_title'] = true; + /* * Some users are having trouble posting when this is on, * with the message 'Your request looks automated; Post discarded.'