From f56ed7118a14c24d0531ee74981b9e657965ec52 Mon Sep 17 00:00:00 2001 From: conradschulz Date: Fri, 23 Apr 2021 16:50:48 +0200 Subject: [PATCH] Added Category Try to the side bar --- example.LocalSettings.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example.LocalSettings.php b/example.LocalSettings.php index f0e5f8b..b223a89 100644 --- a/example.LocalSettings.php +++ b/example.LocalSettings.php @@ -262,3 +262,7 @@ $wgEmbedVideoMaxWidth = 1920; // Integer - Maximum width of video playe $wgFFmpegLocation = '/usr/bin/ffmpeg'; // String - Set the location of the ffmpeg binary. $wgFFprobeLocation = '/usr/bin/ffprobe'; // String - Set the location of the ffprobe binary. +# Category Tree +############### +$wgCategoryTreeSidebarRoot = 'Category:Hauptseite'; +$wgCategoryTreeForceHeaders = true; \ No newline at end of file