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}