diff --git a/admin-dev/themes/default/template/controllers/performance/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/performance/helpers/form/form.tpl index 517808419..ffe93c246 100644 --- a/admin-dev/themes/default/template/controllers/performance/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/performance/helpers/form/form.tpl @@ -31,7 +31,7 @@ {/if} {$smarty.block.parent} - {if $input.type == 'radio' && $input.name == 'smarty_cache'} + {if in_array($input.type, array('radio', 'switch')) && $input.name == 'smarty_cache'} {l s='Clear Smarty cache & Autoload cache'} {/if} {/block}