Search found 1 match
Page 1 of 1
Search found 1 match
[MOD] Simpler Language Loading in the Controller
add this function in the system/engine/controller.php public function load_language($language) { $this->data = array_merge($this->data, $this->load->language($language)); } then, in the controller (eg: catalog/controller/product/product.php) instead of using $this->language->load('product/product');...
Jump to post- Mon Nov 01, 2010 7:45 pm
- Replies 1
- Views 2808
Page 1 of 1
Search found 1 match