From e5e93a61008ed4fa723da16fcbcd2e3a5a99a746 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Thu, 6 Jun 2013 10:39:03 +0200 Subject: [PATCH] [-] FO : Report of #PSCFI-7240 typos in cms.tpl --- themes/default/cms.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/cms.tpl b/themes/default/cms.tpl index 82a58a204..5aaef57c8 100644 --- a/themes/default/cms.tpl +++ b/themes/default/cms.tpl @@ -45,7 +45,7 @@ {elseif isset($cms_category)}

{$cms_category->name|escape:'htmlall':'UTF-8'}

- {if isset($sub_category) & !empty($sub_category)} + {if isset($sub_category) && !empty($sub_category)}

{l s='List of sub categories in %s:' sprintf=$cms_category->name}

{/if} - {if isset($cms_pages) & !empty($cms_pages)} + {if isset($cms_pages) && !empty($cms_pages)}

{l s='List of pages in %s:' sprintf=$cms_category->name}