diff --git a/admin-dev/themes/default/template/controllers/meta/helpers/options/options.tpl b/admin-dev/themes/default/template/controllers/meta/helpers/options/options.tpl index 05209e34a..1b6ae0d82 100644 --- a/admin-dev/themes/default/template/controllers/meta/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/controllers/meta/helpers/options/options.tpl @@ -27,18 +27,17 @@ {extends file="helpers/options/options.tpl"} {block name="input"} {if $field['type'] == 'rewriting_settings'} - {if $field['mod_rewrite']} - {else} - {l s='URL rewriting (mod_rewrite) is not active on your server. If you want to use Friendly URL you must activate this mod.'} + {if !$field['mod_rewrite']} + {l s='URL rewriting (mod_rewrite) is not active on your server. If you want to use Friendly URL you must activate this mod.'}
{/if} {else} {$smarty.block.parent} {/if} -{/block} \ No newline at end of file +{/block}