Header Kodlarını Nasıl değiştiririz

matkap

OpenCart-TR
Katılım
20 Şub 2010
Mesajlar
27
Tepkime puanı
0
Puanları
0
Yaş
26
Arkadaşlar header kısmında aşağıdaki gibi kodlar mevcut ben bu linkleri nasıl değiştirebilirim çok uğraştım ama ya bozuluyor ya olmuyor

Kod:
      $this->data['text_home'] = $this->language->get('AnaSayfa');
        $this->data['text_special'] = $this->language->get('text_special');
        $this->data['text_contact'] = $this->language->get('text_contact');
        $this->data['text_sitemap'] = $this->language->get('text_sitemap');
        $this->data['text_account'] = $this->language->get('text_account');
        $this->data['text_login'] = $this->language->get('text_login');
        $this->data['text_logout'] = $this->language->get('text_logout');
        $this->data['text_cart'] = $this->language->get('text_cart'); 
        $this->data['text_checkout'] = $this->language->get('text_checkout');
        $this->data['text_checkout'] = $this->language->get('text_checkout');
        $this->data['text_keyword'] = $this->language->get('text_keyword');
        $this->data['text_category'] = $this->language->get('text_category');
        $this->data['text_advanced'] = $this->language->get('text_advanced');

        $this->data['entry_search'] = $this->language->get('entry_search');
        
        $this->data['button_go'] = $this->language->get('button_go');

        $this->data['home'] = $this->url->http('common/home');
        $this->data['special'] = $this->url->http('product/special');
        $this->data['contact'] = $this->url->http('information/contact');
        $this->data['sitemap'] = $this->url->http('information/sitemap');
        $this->data['account'] = $this->url->https('account/account');
        $this->data['logged'] = $this->customer->isLogged();
        $this->data['login'] = $this->url->https('account/login');
        $this->data['logout'] = $this->url->http('account/logout');
        $this->data['cart'] = $this->url->http('checkout/cart');
        $this->data['checkout'] = $this->url->https('checkout/shipping');
 

mirac

OpenCart-TR
Katılım
7 Şub 2010
Mesajlar
1,383
Tepkime puanı
0
Puanları
36
Yaş
42
Konum
Beykoz____
Web sitesi
www.notebook-cantasi.com
Bu kodlar control kodları sanırım.. Temandan değişiklik yapıcaksan \catalog\view\theme\default\template\common\header.tlp dosyasında değişiklik yapman gerek bildiğim kadarıyla.. Yerlerini değiştirmek içinde css dosyasından yapman gerek..
 
Üst