How can I hide breadcrumbs in page "About our company"

Hello!



I want hide breadcrumbs in one page, only in “About our company”



Could anybody help me?



Thank you very much

Hello!



I have tried this, but it don’t work.



```php

{strip}

{foreach from=$breadcrumbs item=“bc” name=“bcn” key=“key”}

{if (“Nuestra compañía” == trim($bc.title) || “About our company” == trim($bc.title))}

{$ocultar = “verdad”}

{/if}

{/foreach}

{/strip}



{if $breadcrumbs && $breadcrumbs|@sizeof > 1 && $ocultar != “verdad”}



{strip}

{foreach from=$breadcrumbs item=“bc” name=“bcn” key=“key”}

{if $key != “0”}

>

{/if}

{if $bc.link}

{$bc.title|unescape}

{else}

{$bc.title|unescape}

{/if}

{/foreach}

{/strip}



{/if}

```



Could you help me?



Thank you very much

Please provide the CS-Cart version you are running, and I’ll help you fix this.

Thank you very much!



The CS-Cart version I am running is 2.0.15.