fixes #1454 the template tab is hiden with a configuration variable

This commit is contained in:
Matthieu Leproux
2021-07-21 15:57:16 +02:00
parent bf695699f5
commit 157ab47bec
3 changed files with 7 additions and 1 deletions
+3
View File
@@ -731,6 +731,9 @@ $conf['dashboard_activity_nb_weeks'] = 4;
// dragging an album. In milliseconds. 3 seconds by default.
$conf['album_move_delay_before_auto_opening'] = 3*1000;
// This variable is used to show or hide the template tab in the side menu
$conf['show_template_in_side_menu'] = false;
// +-----------------------------------------------------------------------+
// | Filter |
// +-----------------------------------------------------------------------+