public function __Construct() { parent::__Construct(); // $this->config->item, di setup di config.php line 347 $this->data['main_css'] = $this->config->item('main_css'); $this->data['grid_css'] = $this->config->item('grid_css'); $this->data['custom_css'] = $this->config->item('custom_css'); $this->data['responsive_css'] = $this->config->item('responsive_css'); $this->data['main_js'] = $this->config->item('main_js'); $this->data['bootstrap_js'] = $this->config->item('bootstrap_js'); $this->data['custom_css'] = $this->config->item('custom_css'); $this->data['description'] = "WINS Mall, provide by WINSGobal Indonesia"; $this->data['keywords'] = "winsglobal,wins,global,shop,store,indonesia"; $this->data['author'] = "Ryan Permana"; $this->data['meta_viewport'] = "width=device-width, initial-scale=1.0"; $this->data['robots'] = "NOINDEX, NOFOLLOW"; //$this->data['base_url'] = $this->config->item('base_url'); $this->base = $this->config->item('base_url'); }
function __Construct() { parent::__Construct(); }