Jump to content

[Résolu]Supression du fil d'Ariane


Recommended Posts

Bonjour,

 

Ceci se passe au niveau du thème depuis le fichier d'inclusion : ./themes/[votre_thème]/breadcrumb.tpl

 

Plusieurs options :

  • soit vous enlevez la déclaration d'inclusion depuis tous les fichiers qui l'appelle : {include file="$tpl_dir./breadcrumb.tpl"}, mais il pourra aussi être appelé par des modules tiers, pouvant provoquer une erreur ou un warning :
    ./themes/default/order-address.tpl:162:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/best-sales.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/product.tpl:159:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/stores.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/authentication.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/discount.tpl:26:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/shopping-cart.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/prices-drop.tpl:27:{include file="./breadcrumb.tpl"}
    ./themes/default/products-comparison.tpl:28:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/contact-form.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/addresses.tpl:90:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/order-address-multishipping.tpl:153:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/sitemap.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/supplier.tpl:26:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/new-products.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/order-payment.tpl:39: {include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/order-follow.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/address.tpl:68:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/search.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/manufacturer.tpl:26:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/order-opc.tpl:34: {include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/order-opc.tpl:106: {include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/history.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/manufacturer-list.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/category.tpl:26:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/cms.tpl:26: {include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/my-account.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/guest-tracking.tpl:27:{include file="./breadcrumb.tpl"}
    ./themes/default/identity.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/order-slip.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/order-confirmation.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/supplier-list.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/password.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./themes/default/order-carrier.tpl:73: {include file="$tpl_dir./breadcrumb.tpl"}
     
    ./modules/sendtoafriend/sendtoafriend.tpl:28:{include file="$tpl_dir./breadcrumb.tpl"}
    ./modules/referralprogram/views/templates/front/program.tpl:35:{include file="$tpl_dir./breadcrumb.tpl"}
    ./modules/blockwishlist/views/templates/front/mywishlist.tpl:28: {include file="$tpl_dir./breadcrumb.tpl"}
    ./modules/cheque/views/templates/front/payment_execution.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./modules/mailalerts/views/templates/front/mailalerts-account.tpl:60:{include file="$tpl_dir./breadcrumb.tpl"}
    ./modules/bankwire/views/templates/front/payment_execution.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./modules/cashondelivery/views/templates/front/validation.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./modules/loyalty/views/templates/front/loyalty.tpl:27:{include file="$tpl_dir./breadcrumb.tpl"}
    ./modules/favoriteproducts/views/templates/front/favoriteproducts-account.tpl:61:{include file="$tpl_dir./breadcrumb.tpl"}
  • soit vous modifiez directement le fichier ./themes/[votre_thème]/breadcrumb.tpl, certainement la plus rapide et plus efficace, en effaçant son contenu tout simplement.

A+

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...