Added Category Try to the side bar

This commit is contained in:
conradschulz 2021-04-23 16:50:48 +02:00
parent 1b1c87b5b4
commit f56ed7118a

View file

@ -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;