chulcha
Results
2
issues of
chulcha
при мультиязыковой карте, количество ссылок в Число языков больше нужно $this->urlsCount = $this->urlsCount + count($location);
help wanted
If earlier the system language was remembered in the session or cookies `$code = $this->session->data['language'];` `$code = $this->request->cookie['language'];` now it is determined by the parameter GET['language'] `$code = $this->request->get['language'];` But...