From 3a1a8cdc47d705825ecbdd5822e77f0a4112e74d Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Mon, 12 Feb 2024 06:27:06 -0500 Subject: [PATCH] Change welcome message links to be horizontal (stylistic change) --- inc/instance-config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/instance-config.php b/inc/instance-config.php index b5ade587..592c4c3c 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -69,7 +69,8 @@ $config['custom_categories'] = array( 'Leftypedia' => 'https://leftypedia.org/', 'Official chat room' => 'https://talk.leftychan.net/#/room/#welcome:matrix.leftychan.net', 'Gitea instance' => 'https://git.leftychan.net', - 'Rules' => 'rules.html' + 'Rules' => 'rules.html', + 'Search' => 'search.php', ), 'Learning resources and blogs' => array( 'Michael Roberts\' blog' => 'https://thenextrecession.wordpress.com/', @@ -565,5 +566,5 @@ $config['filters'][] = array( 'message' => 'Url shorteners are not allowed' ); -$config['global_message'] = '

Matrix

IRC Chat

Mumble

Telegram

Discord

'; +$config['global_message'] = 'Matrix   IRC Chat   Mumble   Telegram   Discord'; $config['debug'] = false;