diff --git a/admin-dev/themes/template/generator/options.tpl b/admin-dev/themes/template/generator/options.tpl index 5b6ce2dfb..f3f302fca 100644 --- a/admin-dev/themes/template/generator/options.tpl +++ b/admin-dev/themes/template/generator/options.tpl @@ -59,7 +59,7 @@ {else}
{l s='Before being able to use this tool, you need to:'}
-{l s='- create a'} '. $this->l('.htaccess').' {l s='blank file in directory'} '.__PS_BASE_URI__.' +
{l s='- create a'} {l s='.htaccess'} {l s='blank file in directory'} {$smarty.const.__PS_BASE_URI__}
{l s='- give it write permissions (CHMOD 666 on Unix system)'}
{l s='This will erase your'} {l s='old'} {l s='robots.txt file!'}
{else}{l s='Before being able to use this tool, you need to:'}
-{l s='- create a'} '. $this->l('robots.txt').' {l s='blank file in dir:'} {$smarty.const.__PS_BASE_URI__} +
{l s='- create a'} {l s='robots.txt'} {l s='blank file in dir:'} {$smarty.const.__PS_BASE_URI__}
{l s='- give it write permissions (CHMOD 666 on Unix system)'}