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
+1
View File
@@ -199,6 +199,7 @@ $template->assign(
'U_CHANGE_THEME' => $change_theme_url,
'U_UPDATES' => $link_start.'updates',
'ADMIN_PAGE_TITLE' => 'Piwigo Administration Page',
'U_SHOW_TEMPLATE_TAB' => $conf['show_template_in_side_menu'],
)
);