mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 18:01:31 +02:00
fixes #1454 the template tab is hiden with a configuration variable
This commit is contained in:
@@ -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 |
|
||||
// +-----------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user