diff --git a/themes/default/breadcrumb.tpl b/themes/default/breadcrumb.tpl
index 573a0ccc3..8d7d18358 100644
--- a/themes/default/breadcrumb.tpl
+++ b/themes/default/breadcrumb.tpl
@@ -29,7 +29,7 @@

{if isset($path) AND $path}
-
id_category == 1}style="display:none;"{/if}>{$navigationPipe|escape:html:'UTF-8'}
+
id_category) && $category->id_category == 1}style="display:none;"{/if}>{$navigationPipe|escape:html:'UTF-8'}
{if !$path|strpos:'span'}
{$path}
{else}
diff --git a/themes/default/cms.tpl b/themes/default/cms.tpl
index e4fdbe5fb..2e7d313d1 100644
--- a/themes/default/cms.tpl
+++ b/themes/default/cms.tpl
@@ -23,7 +23,7 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-{if isset($cms) && ($content_only == 0)}
+{if ($content_only == 0)}
{include file="$tpl_dir./breadcrumb.tpl"}
{/if}
{if isset($cms) && !isset($category)}
@@ -45,7 +45,7 @@
{elseif isset($category)}