{* views/templates/admin/configure.tpl *}
{l s='Use this token to access the link generator. Keep it secret!' mod='productlinkchecker'}
{$security_token|escape:'html':'UTF-8'}
{$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}
{foreach from=$shops item=shop}
{l s='Shop:' mod='productlinkchecker'} {$shop.name|escape:'html':'UTF-8'} ({l s='All Languages' mod='productlinkchecker'}){$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}&plc_id_shop={$shop.id_shop|intval}
{foreach from=$languages item=lang}
{l s='Shop:' mod='productlinkchecker'} {$shop.name|escape:'html':'UTF-8'} | {l s='Language:' mod='productlinkchecker'} {$lang.name|escape:'html':'UTF-8'}{$base_controller_url}?token={$security_token|escape:'html':'UTF-8'}&plc_id_shop={$shop.id_shop|intval}&plc_id_lang={$lang.id_lang|intval}
{/foreach}
{/foreach}