Rebell Posted August 24, 2012 Report Share Posted August 24, 2012 Wie und wo kann ich den breadcrumb nur auf der Startseite ausblenden lassen? Bei den Produkten soll er noch sein, nur auf der Startseite ist "Startseite" fehl am Platz. Danke schonmal und gute Nacht! Link to comment Share on other sites More sharing options...
dukie6666 Posted August 24, 2012 Report Share Posted August 24, 2012 Du kannst im Template mit der Variable $page arbeiten. {if $page == index}.....{/if}[/CODE] Link to comment Share on other sites More sharing options...
Rebell Posted August 24, 2012 Author Report Share Posted August 24, 2012 Danke! Aber wo genau, also in welche Datei füge ich das dann ein? Ich habe schon versucht es so {if $page == index} <div style="display:none;"id="breadcrumb"> {include file="/xtCore/pages/navigation/breadcrumb.html" type="tpl_include"}</div> {/if} in die /templates/mein_template/xtCore/index.html zu schreiben, aber da tut sich nichts auf der Startseite Bin ich wohlmöglich in der falschen Datei? Link to comment Share on other sites More sharing options...
Sentor77 Posted August 24, 2012 Report Share Posted August 24, 2012 Moin, du musst in die Datei templates\deinTemplate\index.html . Dort notierst du: {if $page != 'index'} <div id="breadcrumb"> {include file="/xtCore/pages/navigation/breadcrumb.html" type="tpl_include"} </div> {/if} [/PHP] das wars auch schon! LG Link to comment Share on other sites More sharing options...
Rebell Posted August 24, 2012 Author Report Share Posted August 24, 2012 Dankeschön! Hat alles geklappt! Link to comment Share on other sites More sharing options...
Sentor77 Posted August 24, 2012 Report Share Posted August 24, 2012 Gerne. Wünsche weiterhin gutes gelingen. LG Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.