// small fix

This commit is contained in:
Rémi Gaillard
2013-10-16 15:48:52 +02:00
parent 9492557284
commit 7c096d9769
@@ -31,7 +31,7 @@
</div>
{/if}
{$smarty.block.parent}
{if $input.type == 'radio' && $input.name == 'smarty_cache'}
{if in_array($input.type, array('radio', 'switch')) && $input.name == 'smarty_cache'}
<a href="{$current}&token={$token}&empty_smarty_cache=1" class="clear button" href="">{l s='Clear Smarty cache & Autoload cache'}</a>
{/if}
{/block}