bu modül değil zaten eklenti.buna sadece anasayfada link verebilirsin.
catalog/controller/common/footer.php aç
bul
Kod:
$this->data['text_newsletter'] = $this->language->get('text_newsletter');
sonrasına ekle
Kod:
$this->data['text_latest'] = $this->language->get('text_latest');
bul
Kod:
$this->data['newsletter'] = $this->url->link('account/newsletter', '', 'SSL');
sonrasına ekle
Kod:
$this->data['special'] = $this->url->link('product/latest');
catalog/language/turkish/comon/footer.php aç
bul
Kod:
$_['text_newsletter'] = 'Bülten Aboneliği';
sonrasına ekle
Kod:
$_['text_latest'] = 'Yeni Ürünler';
aç catalog/view/theme/default/template/common/foter.tpl
bul
Kod:
<li><a href="<?php echo $special; ?>"><?php echo $text_special; ?></a></li>
sonrasına ekle
Kod:
<li><a href="<?php echo $latest; ?>"><?php echo $text_latest; ?></a></li>