// Fix multishop checkbox on theme selection

This commit is contained in:
rMalie
2012-05-19 10:43:01 +00:00
parent 639dbcc3ff
commit 2d6b60dea5
4 changed files with 7 additions and 3 deletions
@@ -109,6 +109,7 @@ class AdminThemesControllerCore extends AdminController
'themes' => Theme::getThemes(),
'id_theme' => $this->context->shop->id_theme,
'can_display_themes' => $this->can_display_themes,
'no_multishop_checkbox' => true,
),
),
),