PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/youronlinestore.kerihosting.com/catalog/controller/module/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/youronlinestore.kerihosting.com/catalog/controller/module/google_talk.php |
<?php class ControllerModuleGoogleTalk extends Controller { protected function index() { $this->language->load('module/google_talk'); $this->data['heading_title'] = $this->language->get('heading_title'); if (isset($this->request->server['HTTPS']) && (($this->request->server['HTTPS'] == 'on') || ($this->request->server['HTTPS'] == '1'))) { $this->data['code'] = str_replace('http', 'https', html_entity_decode($this->config->get('google_talk_code'))); } else { $this->data['code'] = html_entity_decode($this->config->get('google_talk_code')); } if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/module/google_talk.tpl')) { $this->template = $this->config->get('config_template') . '/template/module/google_talk.tpl'; } else { $this->template = 'default/template/module/google_talk.tpl'; } $this->render(); } } ?>