cisiksal
OpenCart-TR
- Katılım
- 3 Nis 2010
- Mesajlar
- 25
- Tepkime puanı
- 0
- Puanları
- 0
- Yaş
- 39
- Konum
- İstanbul
- Web sitesi
- www.egitimstore.com
<div id="breadcrumb">
<?php foreach ($breadcrumbs as $breadcrumb) { ?>
<?php echo $breadcrumb['separator']; ?><a href="<?php echo str_replace('&', '&', $breadcrumb['href']); ?>"><?php echo $breadcrumb['text']; ?></a>
<?php } ?>
</div>
eka7a' Alıntı:common/header.tpl dosyasına bu kodu ekleyiniz.
Kod:<div id="breadcrumb"> <?php foreach ($breadcrumbs as $breadcrumb) { ?> <?php echo $breadcrumb['separator']; ?><a href="<?php echo str_replace('&', '&', $breadcrumb['href']); ?>"><?php echo $breadcrumb['text']; ?></a> <?php } ?> </div>