Browse Source

Use thread subject for page title

pull/40/head
discomrade 3 years ago
committed by towards-a-new-leftypol
parent
commit
23d8059ba1
  1. 3
      inc/instance-config.php

3
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.'

Loading…
Cancel
Save