Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

demqn

Новичок
  
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

demqn's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. @deniss83 Правильно ли я тебя понял? ты заменил в файле vq2-admin_controller_common_header.php $data['d_shopunity'] = $this->url->link('d_shopunity/extension', 'token='.$this->request->get['token'], 'SSL'); на этот код if (!isset($this->request->get['token']) || !isset($this->session->data['token']) || ($this->request->get['token'] != $this->session->data['token'])) { $data['logged'] = ''; $data['home'] = $this->url->link('common/dashboard', '', 'SSL'); } else { $data['logged'] = true; $data['home'] = $this->url->link('common/dashboard', 'token=' . $this->session->data['token'], 'SSL'); $data['logout'] = $this->url->link('common/logout', 'token=' . $this->session->data['token'], 'SSL'); }
  2. @deniss83 Напиши пожалуйси как ты его решил что куда в какие файлы для многих тема актуальна
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.