added option to disable the autocollapsing of the sidebar

This commit is contained in:
Andreas Gohr 2021-07-06 12:27:06 +02:00
commit 3e1e2a1f18
6 changed files with 22 additions and 1 deletions

View file

@ -15,3 +15,4 @@ $lang['header_layout'] = 'Adjust header layout:';
$lang['header_layout_o_default'] = 'generous header layout for long wiki titel and tagline';
$lang['header_layout_o_compact'] = 'compact header layout for short wiki title and hidden tagline';
$lang['autocollapse'] = 'Automatically collapse the sidebar when viewing non-content pages for more screen estate.';