chntns
- 19 Şubat 2012
- 41
- 2
- 1
Kurulum :
Dil Dosyaları Düzenleme :
/admin/language/turkish/common/header.php
Bul :
Altına Ekle :
Controller Dosyası Düzenleme
/admin/controller/common/header.php
Bul :
Altına Ekle :
Bul :
Altına Ekle :
Tema Dosyası Düzenleme
/admin/view/template/common/header.tpl
Bul :
Altına Ekle :
Dil Dosyaları Düzenleme :
/admin/language/turkish/common/header.php
Bul :
PHP:
$_['text_feed'] = 'Ürün Beslemeleri';
PHP:
$_['text_bulkpriceedit'] = 'Fiyat Düzenleme';
/admin/controller/common/header.php
Bul :
PHP:
$this->data['text_feed'] = $this->language->get('text_feed');
PHP:
$this->data['text_bulkpriceedit'] = $this->language->get('text_bulkpriceedit');
PHP:
$this->data['feed'] = $this->url->link('extension/feed', 'token=' . $this->session->data['token'], 'SSL');
PHP:
$this->data['bulkpriceedit'] = $this->url->link('custom/bulkpriceedit', 'token=' . $this->session->data['token'], 'SSL');
/admin/view/template/common/header.tpl
Bul :
PHP:
<li><a href="<?php echo $feed; ?>"><?php echo $text_feed; ?></a></li>
PHP:
<li><a href="<?php echo $bulkpriceedit; ?>"><?php echo $text_bulkpriceedit; ?></a></li>