added closedwiki option

This hides most of the wiki tools including the sidebar and search until
the user has logged in.
This commit is contained in:
Andreas Gohr 2023-07-10 13:57:09 +02:00
commit da9591f0b6
5 changed files with 19 additions and 9 deletions

View file

@ -16,3 +16,4 @@ $lang['header_layout_o_default'] = 'generous header layout for long wiki titel
$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.';
$lang['closedwiki'] = 'This is a closed wiki. Hide most wiki functionality before user has logged in.';