Вставляю её после
$data['contact'] = $this->url->link('information/contact');
$data['return'] = $this->url->link('account/return/add', '', 'SSL');
$data['sitemap'] = $this->url->link('information/sitemap');
$data['manufacturer'] = $this->url->link('product/manufacturer');
$data['voucher'] = $this->url->link('account/voucher', '', 'SSL');
$data['affiliate'] = $this->url->link('affiliate/account', '', 'SSL');
$data['special'] = $this->url->link('product/special');
$data['account'] = $this->url->link('account/account', '', 'SSL');
$data['order'] = $this->url->link('account/order', '', 'SSL');
$data['wishlist'] = $this->url->link('account/wishlist', '', 'SSL');
$data['newsletter'] = $this->url->link('account/newsletter', '', 'SSL');
$data['powered'] = sprintf($this->language->get('text_powered'), $this->config->get('config_name'), date('Y', time()));