From 6a91f53f0b6118a1dab6a58db08c46ef617f6e0e Mon Sep 17 00:00:00 2001 From: nonmakina Date: Wed, 31 Mar 2021 22:15:59 -0600 Subject: [PATCH] Important changes on this date2 --- inc/instance-config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/instance-config.php b/inc/instance-config.php index 235f6e58..b79f9df5 100644 --- a/inc/instance-config.php +++ b/inc/instance-config.php @@ -133,6 +133,8 @@ $config['mod']['news'] = MOD; $config['mod']['news_custom'] = MOD; // Delete news entries $config['mod']['news_delete'] = MOD; +// Number of news entries to display per page. +$config['mod']['news_page'] = 5; // Allow everyone to see bumplocks $config['mod']['view_bumplock'] = -1;