rocknarena
OpenCart-TR
- Katılım
- 27 May 2010
- Mesajlar
- 29
- Tepkime puanı
- 0
- Puanları
- 0
Selamlar arkadaşlar
Şeklindeki üstmenü linklerini.
1- anasayfa
2- kampanyalar
3- üye ol
4- sepet
5- iletişim
6- satış sözleşmesi
olarak düzenlemek istiyorum fakat ne yaparsam yapayım hata veriyor.
Yardımcı olabilirmisiniz
?
PHP:
<div class="div5">
<div class="anasayfa"><a href="<?php echo str_replace('&', '&', $home); ?>"><img src="catalog/view/theme/<?php echo $template; ?>/image/anasayfa.gif" alt="<?php echo $text_home; ?>" title="<?php echo $text_home; ?>" /></a></div>
<div class="indirimli"><a href="<?php echo str_replace('&', '&', $special); ?>"> <img src="catalog/view/theme/<?php echo $template; ?>/image/indirimli.gif" alt="<?php echo $text_special; ?>" title="<?php echo $text_special; ?>" /></a></div>
<div class="yeni_urun"><a href="<?php echo str_replace('&', '&', $home); ?>"><img src="catalog/view/theme/<?php echo $template; ?>/image/yeni.gif" alt="<?php echo $text_home; ?>" title="<?php echo $text_home; ?>" /></a></div>
<div class="sepet"><a href="<?php echo str_replace('&', '&', $cart); ?>"><img src="catalog/view/theme/<?php echo $template; ?>/image/sepetim.gif" alt="<?php echo $text_cart; ?>" title="<?php echo $text_cart; ?>" /></a></div>
<div class="iletisim"><a href="<?php echo str_replace('&', '&', $contact); ?>"><img src="catalog/view/theme/<?php echo $template; ?>/image/iletisim.gif" alt="<?php echo $text_contact; ?>" title="<?php echo $text_contact; ?>" /></a></div>
<div class="l_iletisim"><a href="<?php echo str_replace('&', '&', $contact); ?>"><img src="catalog/view/theme/<?php echo $template; ?>/image/l_iletisim.gif" alt="<?php echo $text_contact; ?>" title="<?php echo $text_contact; ?>" /></a></div>
</div>
</div>
Şeklindeki üstmenü linklerini.
1- anasayfa
2- kampanyalar
3- üye ol
4- sepet
5- iletişim
6- satış sözleşmesi
olarak düzenlemek istiyorum fakat ne yaparsam yapayım hata veriyor.
Yardımcı olabilirmisiniz
?