Modifikasyon Css Links Menu -3 |
|||
Konuyu görüntüleyenler: 2 Misafir
|
|||
|
|||
|
|||
|
|||
e-ticaretdersleri
Osmanlı Torunu Mesajlar: 3,225 Konular: 520 Katılma Tarihi: Jan 2012 Rep Puanı: 102 Teşekkürler: 1169
1060 Mesajına, 2133 Teşekkür edildi. Kişisel Bilgileri:
Konu Tarihi: 09-14-2012 10:33 PM
Herkese iyi akşamlar sizler için güzel bir renkli linkler css modifiyesi sunuyorum..Ekteki Dosyayı catalog/view/javascript buraya atınız. Kurruluma Başlayalım : /httpdocs/catalog/view/theme/seninteman/template/common / header.tpl Bulalım : PHP Kod: </head> Üstüne Ekleyelim : PHP Kod: <link rel="stylesheet" href="catalog/view/javascript/js/css/cbdb-btn.css" />[/php[b]] Dosyamızı Açalım : /httpdocs/catalog/view/theme/adefault/template/common/ header.tpl Bulalım : PHP Kod: <div class="links"><a href="<?php echo $home; ?>"><?php echo $text_home; ?></a><a href="<?php echo $wishlist; ?>" id="wishlist-total"><?php echo $text_wishlist; ?></a><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a><a href="<?php echo $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a><a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?></a></div> Değiştirelim : PHP Kod: <div class="links"> <ul class="cbdb-menu"><li><a href="<?php echo $home; ?>"class="red dark"><?php echo $text_home; ?></a></li><li><a href="<?php echo $wishlist; ?>" id="wishlist-total"class="green dark"><?php echo $text_wishlist; ?></a></li><li><a href="<?php echo $account; ?>"class="yellow dark"><?php echo $text_account; ?></a></li><li><a href="<?php echo $shopping_cart; ?>"class="cyan dark"><?php echo $text_shopping_cart; ?></a></li><li><a href="<?php echo $checkout; ?>"class="blue dark"><?php echo $text_checkout; ?></a></li></ul></div> |
|
|
|
|
|
Direk Link | |
HTML Link | |
BBCode Link | |
Sosyal Paylaş |